Uses of Class
com.azure.core.util.IterableStream
Packages that use IterableStream
Package
Description
Package containing REST-related APIs.
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 TypeClassDescriptionclass
class
PagedIterableBase<T,
P extends PagedResponse<T>> This class provides utility to iterate over responses that extendPagedResponse
usingStream
andIterable
interfaces.Methods in com.azure.core.http.rest that return IterableStreamModifier and TypeMethodDescriptionPagedResponseBase.getElements()
Gets anIterableStream
of 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 anIterableStream
from anIterable
. -
Uses of IterableStream in com.azure.core.util.paging
Subclasses of IterableStream in com.azure.core.util.pagingModifier and TypeClassDescriptionclass
ContinuablePagedIterable<C,
T, P extends ContinuablePage<C, T>> Methods in com.azure.core.util.paging that return IterableStreamModifier and TypeMethodDescriptionContinuablePage.getElements()
Gets anIterableStream
of elements in the page.