|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeciderIF<T>
PUBLIC: Interface for classes that decides whether an object is acceptable or not. A decider is the same as a predicate, and can e.g. be used to filter collections.
Method Summary | |
---|---|
boolean |
ok(T object)
PUBLIC: Returns true if the object is accepted. |
Method Detail |
---|
boolean ok(T object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |