Uses of Class
org.apache.commons.functor.adapter.LeftBoundPredicate
Packages that use LeftBoundPredicate
Package
Description
Classes that adapt one functor interface to another.
-
Uses of LeftBoundPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return LeftBoundPredicateModifier and TypeMethodDescriptionstatic <L,R> LeftBoundPredicate <R> LeftBoundPredicate.bind(BinaryPredicate<? super L, ? super R> predicate, L arg) Adapt a BinaryPredicate to the UnaryPredicate interface.Methods in org.apache.commons.functor.adapter with parameters of type LeftBoundPredicateModifier and TypeMethodDescriptionbooleanLeftBoundPredicate.equals(LeftBoundPredicate<?> that) Learn whether another LeftBoundPredicate is equal to this.