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 © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"