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 UnaryConditionFALSE
          UnaryCondition which execute method always returns false.
 final static UnaryConditionTRUE
          UnaryCondition which execute method always returns true.

Field Detail

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.

Association Links

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.