|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISelect<T>
An interface to represent a predicate method.
Method Summary | |
---|---|
boolean |
select(T obj)
Determine whether the given object satisfies a predicate. |
Method Detail |
---|
boolean select(T obj)
obj
- the object to assess.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |