Package org.glassfish.pfl.basic.func
Interface BinaryPredicate<S,T>
- All Superinterfaces:
BiPredicate<S,
T>
- All Known Implementing Classes:
BinaryPredicateBase
,Guard.Base.Predicate
Deprecated.
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
evaluate
Deprecated. -
test
Deprecated.- Specified by:
test
in interfaceBiPredicate<S,
T>
-
BiPredicate