Uses of Class
org.apache.commons.functor.adapter.BoundPredicate
-
Packages that use BoundPredicate Package Description org.apache.commons.functor.adapter 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 BoundPredicate Modifier and Type Method Description static <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 BoundPredicate Modifier and Type Method Description booleanBoundPredicate. equals(BoundPredicate that)Learn whether another BoundPredicate is equal to this.
-