Uses of Class
org.apache.commons.functor.core.composite.CompositeUnaryProcedure

Packages that use CompositeUnaryProcedure
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
<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
 boolean CompositeUnaryProcedure.equals(CompositeUnaryProcedure<?> that)
          Learn whether another CompositeUnaryProcedure is equal to this.
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.