Uses of Class
org.apache.commons.functor.adapter.IgnoreLeftProcedure
Packages that use IgnoreLeftProcedure
Package
Description
Classes that adapt one functor interface to another.
-
Uses of IgnoreLeftProcedure in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return IgnoreLeftProcedureModifier and TypeMethodDescriptionstatic <L,R> IgnoreLeftProcedure <L, R> IgnoreLeftProcedure.adapt(UnaryProcedure<? super R> procedure) Adapt a UnaryProcedure to the BinaryProcedure interface.Methods in org.apache.commons.functor.adapter with parameters of type IgnoreLeftProcedureModifier and TypeMethodDescriptionbooleanIgnoreLeftProcedure.equals(IgnoreLeftProcedure<?, ?> that) Learn whether another IgnoreLeftProcedure is equal to this.