Uses of Class
org.apache.commons.functor.core.composite.TransposedPredicate
-
Packages that use TransposedPredicate Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of TransposedPredicate in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return TransposedPredicate Modifier and Type Method Description static <L,R>
TransposedPredicate<R,L>TransposedPredicate. transpose(BinaryPredicate<? super L,? super R> p)Return the transposition ofp.Methods in org.apache.commons.functor.core.composite with parameters of type TransposedPredicate Modifier and Type Method Description booleanTransposedPredicate. equals(TransposedPredicate<?,?> that)Learn whether another TransposedPredicate is equal to this.
-