@FunctionalInterface public static interface ConditionCheckCallback.Function
Modifier and Type | Method and Description |
---|---|
double |
invoke(ITimeBasedState currentState)
The
delegate type that is used by the DelegateStoppingCondition to compute the value used
in determining if propagation should stop. |
double invoke(ITimeBasedState currentState)
delegate
type that is used by the DelegateStoppingCondition
to compute the value used
in determining if propagation should stop.currentState
- The state to check.currentState
to be used by the condition.