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