|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultplePredicateDecorator<E>
Interface for any object that decorates multiple Predicate
instances.
Predicate
s.
Method Summary | |
---|---|
java.util.List<Predicate<? super E>> |
getDecoratedPredicates()
Returns a list of the Predicate s decorated by this
Predicate . |
Method Detail |
---|
java.util.List<Predicate<? super E>> getDecoratedPredicates()
Predicate
s decorated by this
Predicate
.
Predicate
s. The returned
list is unmodifiable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |