PredicateAllPredicate, AndPredicate, AnyPredicate, NonePredicate, NotPredicate, NullIsExceptionPredicate, NullIsFalsePredicate, NullIsTruePredicate, OnePredicate, OrPredicate, TransformedPredicatepublic interface PredicateDecorator extends Predicate
This interface enables tools to access the decorated predicates.
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.