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