Uses of Class
org.apache.commons.functor.adapter.FunctionPredicate
-
Packages that use FunctionPredicate Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of FunctionPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return FunctionPredicate Modifier and Type Method Description static FunctionPredicateFunctionPredicate. adapt(Function<java.lang.Boolean> function)Adapt a Function as a Predicate.Methods in org.apache.commons.functor.adapter with parameters of type FunctionPredicate Modifier and Type Method Description booleanFunctionPredicate. equals(FunctionPredicate that)Learn whether another FunctionPredicate is equal to this.
-