Uses of Class
org.apache.commons.functor.adapter.IgnoreLeftFunction
Packages that use IgnoreLeftFunction
Package
Description
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 IgnoreLeftFunctionModifier and TypeMethodDescriptionstatic <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 IgnoreLeftFunctionModifier and TypeMethodDescriptionbooleanIgnoreLeftFunction.equals(IgnoreLeftFunction<?, ?, ?> that) Learn whether another IgnoreLeftFunction is equal to this.