Package org.glassfish.pfl.basic.func
Class BinaryPredicateBase<S,T>
java.lang.Object
org.glassfish.pfl.basic.func.FunctionBase
org.glassfish.pfl.basic.func.BinaryPredicateBase<S,T>
- All Implemented Interfaces:
BiPredicate<S,,T> BinaryPredicate<S,T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.basic.func.FunctionBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.pfl.basic.func.BinaryPredicate
testMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
BinaryPredicateBase
-
-
Method Details
-
eval
-
evaluate
- Specified by:
evaluatein interfaceBinaryPredicate<S,T>
-