Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryProcedure
-
Packages that use CompositeUnaryProcedure Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of CompositeUnaryProcedure in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return CompositeUnaryProcedure Modifier and Type Method Description <T> CompositeUnaryProcedure<T>CompositeUnaryProcedure. of(UnaryFunction<? super T,? extends A> preceding)Fluently obtain a CompositeUnaryProcedure that runs our procedure against the result of the preceding function.static <A> CompositeUnaryProcedure<A>Composite. procedure(UnaryProcedure<? super A> procedure)Create a composite UnaryProcedure.static <A,T>
CompositeUnaryProcedure<A>Composite. procedure(UnaryProcedure<? super T> procedure, UnaryFunction<? super A,? extends T> function)Create a composite UnaryProcedure.Methods in org.apache.commons.functor.core.composite with parameters of type CompositeUnaryProcedure Modifier and Type Method Description booleanCompositeUnaryProcedure. equals(CompositeUnaryProcedure<?> that)Learn whether another CompositeUnaryProcedure is equal to this.
-