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