Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryProcedure
Packages that use CompositeUnaryProcedure
-
Uses of CompositeUnaryProcedure in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return CompositeUnaryProcedureModifier and TypeMethodDescription<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 CompositeUnaryProcedureModifier and TypeMethodDescriptionbooleanCompositeUnaryProcedure.equals(CompositeUnaryProcedure<?> that) Learn whether another CompositeUnaryProcedure is equal to this.