| Constructor | Description |
|---|---|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
Class<T> klass) |
|
IndexIterable(APIClient apiClient,
String indexName,
Query query,
RequestOptions requestOptions,
String cursor,
Class<T> klass) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCursor() |
Get the cursor
|
Iterator<T> |
iterator() |
|
Stream<T> |
stream() |
Get a stream from this iterable
|
forEach, spliteratorCopyright © 2018. All rights reserved.