public final class AllPredicate extends Object implements org.apache.commons.collections.Predicate, Serializable
Predicate
which returns the logical short-circuit
and of its operands.
This is mostly equivalent to the class of the same name in Jakarta Commons-Collections 3.0. The deserialization process in this version checks for null fields. No equivalent exists in version 2.1.
Constructor and Description |
---|
AllPredicate(Collection predicates)
Creates a new
AllPredicate . |
AllPredicate(org.apache.commons.collections.Predicate[] predicates)
Creates a new
AllPredicate . |
public AllPredicate(org.apache.commons.collections.Predicate[] predicates)
AllPredicate
.public AllPredicate(Collection predicates)
AllPredicate
.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.