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

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

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

Methods in org.apache.commons.functor.core.composite that return TransposedFunction
static
<L,R,T> TransposedFunction<R,L,T>
TransposedFunction.transpose(BinaryFunction<? super L,? super R,? extends T> f)
          Transpose a BinaryFunction.
 

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



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