org.apache.commons.collections.functors
public interface PredicateDecorator extends Predicate
This interface enables tools to access the decorated predicates.
Since: Commons Collections 3.1
Version: $Revision: 1.1 $ $Date: 2004/05/31 16:43:17 $
Method Summary | |
---|---|
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.
Returns: the predicates being decorated