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

Packages that use CompositeUnaryFunction
org.apache.commons.functor.core.composite Functors composed of other functors. 
 

Uses of CompositeUnaryFunction in org.apache.commons.functor.core.composite
 

Methods in org.apache.commons.functor.core.composite that return CompositeUnaryFunction
static
<A,T> CompositeUnaryFunction<A,T>
Composite.function(UnaryFunction<? super A,? extends T> f)
          Create a composite UnaryFunction.
static
<A,X,T> CompositeUnaryFunction<A,T>
Composite.function(UnaryFunction<? super X,? extends T> f, UnaryFunction<? super A,? extends X> g)
          Create a composite UnaryFunction.
<P> CompositeUnaryFunction<P,T>
CompositeUnaryFunction.of(UnaryFunction<? super P,? extends A> preceding)
          Fluently obtain a CompositeUnaryFunction that is "this function" applied to the specified preceding function.
 

Methods in org.apache.commons.functor.core.composite with parameters of type CompositeUnaryFunction
 boolean CompositeUnaryFunction.equals(CompositeUnaryFunction<?,?> that)
          Learn whether another CompositeUnaryFunction is equal to this.
 



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