com.togethersoft.openapi.util.function
Class ConstantCondition
- public abstract class ConstantCondition
Presents two boolean constant UnaryConditions : TRUE and FALSE.
- Author:
- TogetherSoft
- Since: Together 4.0
| Field Summary |
final static UnaryCondition | FALSE UnaryCondition which execute method always returns false. |
final static UnaryCondition | TRUE UnaryCondition which execute method always returns true. |
FALSE
public final static UnaryCondition FALSE
- UnaryCondition which
execute method always returns false.
TRUE
public final static UnaryCondition TRUE
- UnaryCondition which
execute method always returns true.
to Class com.togethersoft.openapi.util.function.UnaryCondition- UnaryCondition which
execute method always returns true.
to Class com.togethersoft.openapi.util.function.UnaryCondition
- UnaryCondition which
execute method always returns false.