|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |