Uses of Class
org.apache.commons.functor.adapter.UnaryFunctionUnaryProcedure
Packages that use UnaryFunctionUnaryProcedure
Package
Description
Classes that adapt one functor interface to another.
-
Uses of UnaryFunctionUnaryProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return UnaryFunctionUnaryProcedureModifier and TypeMethodDescriptionstatic <A> UnaryFunctionUnaryProcedure<A> UnaryFunctionUnaryProcedure.adapt(UnaryFunction<? super A, ?> function) Methods in org.apache.commons.functor.adapter with parameters of type UnaryFunctionUnaryProcedureModifier and TypeMethodDescriptionbooleanUnaryFunctionUnaryProcedure.equals(UnaryFunctionUnaryProcedure<?> that) Learn whether a specified UnaryFunctionUnaryPredicate is equal to this.