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