| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| Modifier and Type | Method and Description |
|---|---|
<S> PagedFlux<S> |
PagedFlux.mapPage(Function<T,S> mapper)
Maps this PagedFlux instance of T to a PagedFlux instance of type S as per the provided mapper function.
|
| Constructor and Description |
|---|
PagedIterable(PagedFlux<T> pagedFlux)
Creates instance given
PagedFlux. |
Copyright © 2019 Microsoft Corporation. All rights reserved.