org.apache.commons.collections.functors
public interface PredicateDecorator extends Predicate
This interface enables tools to access the decorated predicates.
Modifier and Type | Method and Description |
---|---|
Predicate[] |
getPredicates()
Gets the predicates being decorated as an array.
|
Predicate[] getPredicates()
The array may be the internal data structure of the predicate and thus should not be altered.
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.