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:
BiFunction<FSM,,Input, Integer> BinaryFunction<FSM,Input, Integer>
- Enclosing class:
Guard.Base
public abstract static class Guard.Base.IntFunc
extends Guard.Base.SimpleName
implements BinaryFunction<FSM,Input,Integer>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.basic.fsm.Guard.Base.SimpleName
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface org.glassfish.pfl.basic.func.BinaryFunction
apply, evaluate
-
Constructor Details
-
IntFunc
-