Uses of Class
org.apache.commons.functor.core.composite.TransposedFunction
Packages that use TransposedFunction
-
Uses of TransposedFunction in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return TransposedFunctionModifier and TypeMethodDescriptionstatic <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 TransposedFunctionModifier and TypeMethodDescriptionfinal booleanTransposedFunction.equals(TransposedFunction<?, ?, ?> that) Learn whether another TransposedFunction is equal to this.