public interface QueryResult<T> extends AutoCloseable, Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
int |
size() |
Stream<T> |
stream() |
ResultCollection<T> |
toCollection() |
forEach, spliteratorCopyright © 2019. All rights reserved.