@FunctionalInterface public static interface FXUtils.ConditionHandler<T> extends FXUtils.Handler<T>
if ( condition() ) {
action();
}
postAction();
.| Modifier and Type | Method and Description |
|---|---|
default boolean |
stopCondition(T c)
If this method returns true, the recursive call will stop at the Node and will not call to its children.
|
action, condition, postActiondefault boolean stopCondition(T c)
c - the Node