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

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

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

Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryFunction
static
<L,R,G,H,T>
UnaryCompositeBinaryFunction<L,R,T>
Composite.function(BinaryFunction<? super G,? super H,? extends T> f, UnaryFunction<? super L,? extends G> g, UnaryFunction<? super R,? extends H> h)
          Create a composite BinaryFunction.
 

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



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