@FunctionalInterface public static interface StoppingTriggeredCallback.Function
| Modifier and Type | Method and Description | 
|---|---|
StoppingConditionTriggeredBehavior | 
invoke(ITimeBasedState stateAtEvent)
A  
delegate that gets triggered when a StoppingConditionEvaluator is satisfied. | 
@Nonnull StoppingConditionTriggeredBehavior invoke(ITimeBasedState stateAtEvent)
delegate that gets triggered when a StoppingConditionEvaluator is satisfied.stateAtEvent - The state of the function getting run at the time of the found event.