Package org.glassfish.pfl.basic.func
Class UnaryPredicateBase<S>
java.lang.Object
org.glassfish.pfl.basic.func.FunctionBase
org.glassfish.pfl.basic.func.UnaryPredicateBase<S>
- All Implemented Interfaces:
Predicate<S>
,UnaryPredicate<S>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.basic.func.FunctionBase
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.UnaryPredicate
test
-
Constructor Details
-
UnaryPredicateBase
-
-
Method Details
-
eval
-
evaluate
- Specified by:
evaluate
in interfaceUnaryPredicate<S>
-