Uses of Class
org.apache.commons.functor.adapter.RightBoundPredicate
Packages that use RightBoundPredicate
Package
Description
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 RightBoundPredicateModifier and TypeMethodDescriptionstatic <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 RightBoundPredicateModifier and TypeMethodDescriptionbooleanRightBoundPredicate.equals(RightBoundPredicate<?> that) Learn whether another RightBoundPredicate is equal to this.