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