|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - the type of query resultspublic interface ResultMatcher<R>
A callback to filter out Query results.
AbstractQuery| Method Summary | |
|---|---|
boolean |
match(R result)
Returns true if the result should be retained. |
| Method Detail |
|---|
boolean match(R result)
true if the result should be retained.
result - the result
true if the result should be retained
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||