Uses of Class
org.apache.commons.functor.core.composite.UnaryCompositeBinaryPredicate
-
Packages that use UnaryCompositeBinaryPredicate Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of UnaryCompositeBinaryPredicate in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryPredicate Modifier and Type Method Description static <L,R,G,H>
UnaryCompositeBinaryPredicate<L,R>Composite. predicate(BinaryPredicate<? super G,? super H> p, UnaryFunction<? super L,? extends G> g, UnaryFunction<? super R,? extends H> h)Create a composite BinaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type UnaryCompositeBinaryPredicate Modifier and Type Method Description booleanUnaryCompositeBinaryPredicate. equals(UnaryCompositeBinaryPredicate<?,?> that)Learn whether another UnaryCompositeBinaryPredicate is equal to this.
-