Uses of Class
org.apache.commons.functor.core.composite.BinaryOr
-
Packages that use BinaryOr Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BinaryOr in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinaryOr Modifier and Type Method Description BinaryOr<L,R>BinaryOr. or(BinaryPredicate<? super L,? super R> p)Fluently add a BinaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type BinaryOr Modifier and Type Method Description booleanBinaryOr. equals(BinaryOr<?,?> that)Learn whether another BinaryOr is equal to this.
-