|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryFunctionBinaryPredicate | |
---|---|
org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. |
Uses of BinaryFunctionBinaryPredicate in org.apache.commons.functor.adapter |
---|
Methods in org.apache.commons.functor.adapter that return BinaryFunctionBinaryPredicate | ||
---|---|---|
static
|
BinaryFunctionBinaryPredicate.adapt(BinaryFunction<? super L,? super R,Boolean> function)
Adapt the given, possibly- null , BinaryFunction to the BinaryPredicate interface. |
Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryPredicate | |
---|---|
boolean |
BinaryFunctionBinaryPredicate.equals(BinaryFunctionBinaryPredicate<?,?> that)
Learn whether another BinaryFunctionBinaryPredicate is equal to this. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |