Package org.glassfish.pfl.basic.fsm
Class Guard.Base.IntFunc
- java.lang.Object
-
- org.glassfish.pfl.basic.fsm.Guard.Base.SimpleName
-
- org.glassfish.pfl.basic.fsm.Guard.Base.IntFunc
-
- All Implemented Interfaces:
java.util.function.BiFunction<FSM,Input,java.lang.Integer>
,BinaryFunction<FSM,Input,java.lang.Integer>
- Enclosing class:
- Guard.Base
public abstract static class Guard.Base.IntFunc extends Guard.Base.SimpleName implements BinaryFunction<FSM,Input,java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description IntFunc(java.lang.String name)
-
Method Summary
-
Methods inherited from class org.glassfish.pfl.basic.fsm.Guard.Base.SimpleName
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.glassfish.pfl.basic.func.BinaryFunction
apply, evaluate
-
-