@FunctionalInterface
public interface StopCondition
Stop condition is a predicate that signalizes when the computation should stop.
Modifier and Type | Method and Description |
---|---|
boolean |
isReached(Manager manager) |
boolean isReached(Manager manager)