|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredicateDecorator<T>
Defines a predicate that decorates one or more other predicates.
This interface enables tools to access the decorated predicates.
Method Summary | |
---|---|
Predicate<? super T>[] |
getPredicates()
Gets the predicates being decorated as an array. |
Methods inherited from interface org.apache.commons.collections.Predicate |
---|
evaluate |
Method Detail |
---|
Predicate<? super T>[] getPredicates()
The array may be the internal data structure of the predicate and thus should not be altered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |