Uses of Class
org.apache.commons.functor.adapter.IgnoreLeftPredicate
-
Packages that use IgnoreLeftPredicate Package Description org.apache.commons.functor.adapter Classes that adapt one functor interface to another. -
-
Uses of IgnoreLeftPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return IgnoreLeftPredicate Modifier and Type Method Description static <L,R>
IgnoreLeftPredicate<L,R>IgnoreLeftPredicate. adapt(UnaryPredicate<? super R> predicate)Adapt a UnaryPredicate to an IgnoreLeftPredicate.Methods in org.apache.commons.functor.adapter with parameters of type IgnoreLeftPredicate Modifier and Type Method Description booleanIgnoreLeftPredicate. equals(IgnoreLeftPredicate<?,?> that)Learn whether another IgnoreLeftPredicate is equal to this.
-