Uses of Class
org.apache.commons.functor.core.composite.UnaryAnd
-
Packages that use UnaryAnd Package Description org.apache.commons.functor.core.collection Collection-based functors, algorithms and utilities.org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of UnaryAnd in org.apache.commons.functor.core.collection
Fields in org.apache.commons.functor.core.collection declared as UnaryAnd Modifier and Type Field Description private UnaryAnd<T>FilteredIterable. predicateThe predicate used to test inputIterableelements. -
Uses of UnaryAnd in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryAnd Modifier and Type Method Description UnaryAnd<A>UnaryAnd. and(UnaryPredicate<? super A> p)Fluently add a UnaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type UnaryAnd Modifier and Type Method Description booleanUnaryAnd. equals(UnaryAnd<?> that)Learn whether another UnaryAnd is equal to this.
-