@FunctionalInterface public static interface ConstraintSatisfiedCallback.Function
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(ITimeBasedState currentState)
The
delegate that is used by the DelegateStoppingConditionConstraint to determine
if the constraint is satisfied. |
boolean invoke(ITimeBasedState currentState)
delegate that is used by the DelegateStoppingConditionConstraint to determine
if the constraint is satisfied.currentState - The state to check.true if the constraint is satisfied; otherwise false.