Uses of Class
org.apache.commons.functor.adapter.BoundPredicate
Packages that use BoundPredicate
Package
Description
Classes that adapt one functor interface to another.
-
Uses of BoundPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BoundPredicateModifier and TypeMethodDescriptionstatic <A> BoundPredicateBoundPredicate.bind(UnaryPredicate<? super A> predicate, A arg) Adapt the given, possibly-null,UnaryPredicateto thePredicateinterface by binding the specifiedObjectas a constant argument.Methods in org.apache.commons.functor.adapter with parameters of type BoundPredicateModifier and TypeMethodDescriptionbooleanBoundPredicate.equals(BoundPredicate that) Learn whether another BoundPredicate is equal to this.