org.apache.commons.collections.functors
Interface PredicateDecorator
- Predicate
- AllPredicate, AndPredicate, AnyPredicate, NonePredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, OnePredicate, OrPredicate, TransformedPredicate
public interface PredicateDecorator
Defines a predicate that decorates one or more other predicates.
This interface enables tools to access the decorated predicates.
$Revision: 646777 $ $Date: 2008-04-10 13:33:15 +0100 (Thu, 10 Apr 2008) $
getPredicates
public Predicate[] getPredicates()
Gets the predicates being decorated as an array.
The array may be the internal data structure of the predicate and thus
should not be altered.
- the predicates being decorated
Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.