Uses of Class
org.apache.commons.functor.adapter.BinaryFunctionBinaryPredicate
Packages that use BinaryFunctionBinaryPredicate
Package
Description
Classes that adapt one functor interface to another.
-
Uses of BinaryFunctionBinaryPredicate in org.apache.commons.functor.adapter
Methods in org.apache.commons.functor.adapter that return BinaryFunctionBinaryPredicateModifier and TypeMethodDescriptionstatic <L,R, T> BinaryFunctionBinaryPredicate <L, R> BinaryFunctionBinaryPredicate.adapt(BinaryFunction<? super L, ? super R, Boolean> function) Methods in org.apache.commons.functor.adapter with parameters of type BinaryFunctionBinaryPredicateModifier and TypeMethodDescriptionbooleanBinaryFunctionBinaryPredicate.equals(BinaryFunctionBinaryPredicate<?, ?> that) Learn whether another BinaryFunctionBinaryPredicate is equal to this.