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
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.BinaryPredicate
test
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
BinaryPredicateBase
-
-
Method Details
-
eval
-
evaluate
- Specified by:
evaluate
in interfaceBinaryPredicate<S,
T>
-