Uses of Class
org.apache.commons.functor.adapter.IgnoreLeftFunction
-
Packages that use IgnoreLeftFunction Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of IgnoreLeftFunction in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return IgnoreLeftFunction Modifier and Type Method Description static <L,R,T>
IgnoreLeftFunction<L,R,T>IgnoreLeftFunction. adapt(UnaryFunction<? super R,? extends T> function)Adapt a UnaryFunction to the BinaryFunction interface.Methods in org.apache.commons.functor.adapter with parameters of type IgnoreLeftFunction Modifier and Type Method Description booleanIgnoreLeftFunction. equals(IgnoreLeftFunction<?,?,?> that)Learn whether another IgnoreLeftFunction is equal to this.
-