Package org.glassfish.pfl.basic.func
Interface BinaryPredicate<S,T>
-
- All Superinterfaces:
java.util.function.BiPredicate<S,T>
- All Known Implementing Classes:
BinaryPredicateBase,Guard.Base.Predicate
@Deprecated public interface BinaryPredicate<S,T> extends java.util.function.BiPredicate<S,T>Deprecated.replaced in JDK8 byBiPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description booleanevaluate(S arg1, T arg2)Deprecated.default booleantest(S arg1, T arg2)Deprecated.
-