T - public interface AsyncPaginatedResult<T>
| Modifier and Type | Method and Description |
|---|---|
void |
current(Callback<AsyncPaginatedResult<T>> callback) |
void |
first(Callback<AsyncPaginatedResult<T>> callback)
Obtain params required to perform the given relative query
|
boolean |
hasCurrent() |
boolean |
hasFirst() |
boolean |
hasNext() |
T[] |
items()
Get the contents as an array of component type
|
void |
next(Callback<AsyncPaginatedResult<T>> callback) |
T[] items()
void first(Callback<AsyncPaginatedResult<T>> callback)
void current(Callback<AsyncPaginatedResult<T>> callback)
void next(Callback<AsyncPaginatedResult<T>> callback)
boolean hasFirst()
boolean hasCurrent()
boolean hasNext()