Interface Condition


public interface Condition
A condition interface suitable for use in Behaviors such as IfElse or Loop.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    get()
     
  • Method Details

    • get

      boolean get()