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

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

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

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

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



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