Uses of Class
org.apache.commons.functor.core.composite.UnaryCompositeBinaryPredicate
Packages that use UnaryCompositeBinaryPredicate
-
Uses of UnaryCompositeBinaryPredicate in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryCompositeBinaryPredicateModifier and TypeMethodDescriptionstatic <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 UnaryCompositeBinaryPredicateModifier and TypeMethodDescriptionbooleanUnaryCompositeBinaryPredicate.equals(UnaryCompositeBinaryPredicate<?, ?> that) Learn whether another UnaryCompositeBinaryPredicate is equal to this.