Uses of Class
org.apache.commons.functor.adapter.UnaryFunctionUnaryPredicate
-
Packages that use UnaryFunctionUnaryPredicate Package Description 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 Modifier and Type Method Description static <A> UnaryFunctionUnaryPredicate<A>UnaryFunctionUnaryPredicate. adapt(UnaryFunction<? super A,java.lang.Boolean> function)Methods in org.apache.commons.functor.adapter with parameters of type UnaryFunctionUnaryPredicate Modifier and Type Method Description booleanUnaryFunctionUnaryPredicate. equals(UnaryFunctionUnaryPredicate<?> that)Learn whether another UnaryFunctionUnaryPredicate is equal to this.
-