Uses of Class
org.apache.commons.functor.core.composite.TransposedFunction
-
Packages that use TransposedFunction Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description booleanTransposedFunction. equals(TransposedFunction<?,?,?> that)Learn whether another TransposedFunction is equal to this.
-