|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoundPredicate | |
---|---|
org.apache.commons.functor.adapter | Classes that adapt one functor interface to another. |
Uses of BoundPredicate in org.apache.commons.functor.adapter |
---|
Methods in org.apache.commons.functor.adapter that return BoundPredicate | ||
---|---|---|
static
|
BoundPredicate.bind(UnaryPredicate<? super A> predicate,
A arg)
Adapt the given, possibly- null ,
UnaryPredicate to the
Predicate interface by binding
the specified Object as a constant
argument. |
Methods in org.apache.commons.functor.adapter with parameters of type BoundPredicate | |
---|---|
boolean |
BoundPredicate.equals(BoundPredicate that)
Learn whether another BoundPredicate is equal to this. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |