|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- - the type of item to analyzepublic interface Predicate<T>
A generic interface for determining whether or not a condition applies. This interface is typically used while iterating over a number of items in a collection, to choose one particular option.
Method Summary | |
---|---|
boolean |
apply(T t)
Apply the predicate criteria. |
Method Detail |
---|
boolean apply(T t)
Apply the predicate criteria.
t
- - the item to analyze
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |