Uses of Class
org.glassfish.pfl.basic.fsm.Guard.Base.Predicate
Packages that use Guard.Base.Predicate
-
Uses of Guard.Base.Predicate in org.glassfish.pfl.basic.fsm
Methods in org.glassfish.pfl.basic.fsm that return Guard.Base.PredicateModifier and TypeMethodDescriptionstatic Guard.Base.PredicateGuard.Base.and(Guard.Base.Predicate arg1, Guard.Base.Predicate arg2) static Guard.Base.PredicateGuard.Base.eq(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.ge(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.gt(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.le(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.lt(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.ne(Guard.Base.IntFunc arg1, Guard.Base.IntFunc arg2) static Guard.Base.PredicateGuard.Base.not(Guard.Base.Predicate pred) static Guard.Base.PredicateGuard.Base.or(Guard.Base.Predicate arg1, Guard.Base.Predicate arg2) Methods in org.glassfish.pfl.basic.fsm with parameters of type Guard.Base.PredicateModifier and TypeMethodDescriptionstatic Guard.Base.PredicateGuard.Base.and(Guard.Base.Predicate arg1, Guard.Base.Predicate arg2) static GuardGuard.Base.makeGuard(Guard.Base.Predicate pred) static Guard.Base.PredicateGuard.Base.not(Guard.Base.Predicate pred) static Guard.Base.PredicateGuard.Base.or(Guard.Base.Predicate arg1, Guard.Base.Predicate arg2)