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