Uses of Class
org.apache.commons.functor.adapter.FullyBoundPredicate
Packages that use FullyBoundPredicate
Package
Description
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 FullyBoundPredicateModifier and TypeMethodDescriptionstatic <L,R> FullyBoundPredicate FullyBoundPredicate.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 FullyBoundPredicateModifier and TypeMethodDescriptionbooleanFullyBoundPredicate.equals(FullyBoundPredicate that) Learn whether another FullyBoundPredicate is equal to this.