public interface PredicateDecorator<T> extends Predicate<T>
This interface enables tools to access the decorated predicates.
Modifier and Type | Method and Description |
---|---|
Predicate<? super T>[] |
getPredicates()
Gets the predicates being decorated as an array.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved