Uses of Class
org.apache.commons.functor.adapter.UnaryPredicateUnaryFunction
-
Packages that use UnaryPredicateUnaryFunction Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of UnaryPredicateUnaryFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryPredicateUnaryFunction Modifier and Type Method Description static <A> UnaryPredicateUnaryFunction<A>UnaryPredicateUnaryFunction. adapt(UnaryPredicate<? super A> predicate)Adapt a UnaryPredicate to the UnaryFunction interface.Methods in org.apache.commons.functor.adapter with parameters of type UnaryPredicateUnaryFunction Modifier and Type Method Description booleanUnaryPredicateUnaryFunction. equals(UnaryPredicateUnaryFunction<?> that)Learn whether another UnaryPredicateUnaryFunction is equal to this.
-