Package com.azure.android.core.util.paging
Package containing paging abstraction.
-
Interface Summary Interface Description Page<C,T> Represents a paginated response from the service.PagedAsyncStreamCore<C,T,P extends Page<C,T>> A sequence of elements in pages that can be enumerated asynchronously.