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