Uses of Interface
com.azure.core.util.paging.PageRetrieverSync
Packages that use PageRetrieverSync
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing paging abstraction.
-
Uses of PageRetrieverSync in com.azure.core.http.rest
Constructor parameters in com.azure.core.http.rest with type arguments of type PageRetrieverSyncModifierConstructorDescriptionPagedIterableBase(Supplier<PageRetrieverSync<String, P>> provider) Creates instance given thepage retrieverSupplier. -
Uses of PageRetrieverSync in com.azure.core.util.paging
Constructor parameters in com.azure.core.util.paging with type arguments of type PageRetrieverSyncModifierConstructorDescriptionContinuablePagedIterable(Supplier<PageRetrieverSync<C, P>> pageRetrieverSyncProvider, Integer pageSize, Predicate<C> continuationPredicate) Creates instance with the givenprovider.