Uses of Class
com.azure.core.util.IterableStream
Packages that use IterableStream
Package
Description
This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.
Package containing core utility classes.
Package containing paging abstraction.
-
Uses of IterableStream in com.azure.core.http.rest
Subclasses of IterableStream in com.azure.core.http.restModifier and TypeClassDescriptionclassclassPagedIterableBase<T,P extends PagedResponse<T>> This class provides utility to iterate over responses that extendPagedResponseusingStreamandIterableinterfaces.Methods in com.azure.core.http.rest that return IterableStreamModifier and TypeMethodDescriptionPagedResponseBase.getElements()Gets anIterableStreamof elements in the page. -
Uses of IterableStream in com.azure.core.util
Methods in com.azure.core.util that return IterableStreamModifier and TypeMethodDescriptionstatic <T> IterableStream<T> Creates anIterableStreamfrom anIterable. -
Uses of IterableStream in com.azure.core.util.paging
Subclasses of IterableStream in com.azure.core.util.pagingModifier and TypeClassDescriptionclassContinuablePagedIterable<C,T, P extends ContinuablePage<C, T>> Methods in com.azure.core.util.paging that return IterableStreamModifier and TypeMethodDescriptionContinuablePage.getElements()Gets anIterableStreamof elements in the page.