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