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:
java.util.function.BiPredicate<S,T>
,BinaryPredicate<S,T>
public abstract class BinaryPredicateBase<S,T> extends FunctionBase implements BinaryPredicate<S,T>
-
-
Constructor Summary
Constructors Constructor Description BinaryPredicateBase(java.lang.String name)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
eval(S arg1, T arg2)
boolean
evaluate(S arg1, T arg2)
-
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
-
-