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