Package com.azure.ai.textanalytics.util
Class AbstractiveSummaryPagedIterable
java.lang.Object
com.azure.core.util.IterableStream<T>
com.azure.core.util.paging.ContinuablePagedIterable<String,AbstractiveSummaryResultCollection,com.azure.core.http.rest.PagedResponse<AbstractiveSummaryResultCollection>>
com.azure.ai.textanalytics.util.AbstractiveSummaryPagedIterable
- All Implemented Interfaces:
Iterable<AbstractiveSummaryResultCollection>
public final class AbstractiveSummaryPagedIterable
extends com.azure.core.util.paging.ContinuablePagedIterable<String,AbstractiveSummaryResultCollection,com.azure.core.http.rest.PagedResponse<AbstractiveSummaryResultCollection>>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractiveSummaryPagedIterable(Supplier<com.azure.core.util.paging.PageRetrieverSync<String, com.azure.core.http.rest.PagedResponse<AbstractiveSummaryResultCollection>>> provider) Creates an instance ofAbstractiveSummaryPagedIterable. -
Method Summary
Methods inherited from class com.azure.core.util.paging.ContinuablePagedIterable
iterableByPage, iterableByPage, iterableByPage, iterableByPage, iterator, stream, streamByPage, streamByPage, streamByPage, streamByPageMethods inherited from class com.azure.core.util.IterableStream
ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AbstractiveSummaryPagedIterable
public AbstractiveSummaryPagedIterable(Supplier<com.azure.core.util.paging.PageRetrieverSync<String, com.azure.core.http.rest.PagedResponse<AbstractiveSummaryResultCollection>>> provider) Creates an instance ofAbstractiveSummaryPagedIterable. The constructor takes aSupplierandFunction. TheSupplierreturns the first page ofAbstractiveSummaryResultCollection, theFunctionretrieves subsequent pages ofAbstractiveSummaryResultCollection.- Parameters:
provider- Supplier that retrieves the first page
-