| Constructor and Description |
|---|
LazyResult(java.util.function.Consumer<String> setCursorAction,
java.util.function.Supplier<IPaginatedResponse<TDomainObject>> getNextPageFunc) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTotalCount() |
boolean |
hasNext() |
TDomainObject |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic LazyResult(java.util.function.Consumer<String> setCursorAction, java.util.function.Supplier<IPaginatedResponse<TDomainObject>> getNextPageFunc)
public int getTotalCount()
public boolean hasNext()
hasNext in interface Iterator<TDomainObject>public TDomainObject next()
next in interface Iterator<TDomainObject>Copyright © 2022. All rights reserved.