Class Guard.Base.Predicate
java.lang.Object
org.glassfish.pfl.basic.fsm.Guard.Base.SimpleName
org.glassfish.pfl.basic.fsm.Guard.Base.Predicate
- All Implemented Interfaces:
BiPredicate<FSM,Input>, BinaryPredicate<FSM, Input>
- Enclosing class:
Guard.Base
public abstract static class Guard.Base.Predicate
extends Guard.Base.SimpleName
implements BinaryPredicate<FSM,Input>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Guard.Base.SimpleName
toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface BinaryPredicate
evaluate, testMethods inherited from interface BiPredicate
and, negate, or
-
Constructor Details
-
Predicate
-