| Package | Description |
|---|---|
| io.apimatic.core.types.pagination |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends CoreApiException> |
CheckedSupplier.create(T value) |
static <T,E extends CoreApiException> |
CheckedSupplier.createError(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
PaginatedData.getItems(Function<CheckedSupplier<I,E>,T> itemSupplier)
Get the items in current page converted to type T.
|
<T> T |
PaginatedData.getPage(Function<CheckedSupplier<P,E>,T> pageSupplier)
Get the current page converted to type T.
|
<T> Iterator<T> |
PaginatedData.items(Function<CheckedSupplier<I,E>,T> itemSupplier) |
<T> Iterator<T> |
PaginatedData.pages(Function<CheckedSupplier<P,E>,T> pageSupplier) |
Copyright © 2025. All rights reserved.