| Constructor and 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 and Description |
|---|---|
String |
getCursor()
Get the cursor
|
Iterator<T> |
iterator() |
Stream<T> |
stream()
Get a stream from this iterable
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2018. All rights reserved.