Uses of Class
org.apache.commons.functor.core.composite.UnaryAnd
Packages that use UnaryAnd
Package
Description
Collection-based functors, algorithms and utilities.
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 -
Uses of UnaryAnd in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnaryAndModifier and TypeMethodDescriptionUnaryAnd.and(UnaryPredicate<? super A> p) Fluently add a UnaryPredicate.Methods in org.apache.commons.functor.core.composite with parameters of type UnaryAnd