Package com.azure.ai.textanalytics.util
Class ExtractiveSummaryPagedIterable
java.lang.Object
com.azure.core.util.IterableStream<T>
com.azure.core.util.paging.ContinuablePagedIterable<String,ExtractiveSummaryResultCollection,com.azure.core.http.rest.PagedResponse<ExtractiveSummaryResultCollection>>
com.azure.ai.textanalytics.util.ExtractiveSummaryPagedIterable
- All Implemented Interfaces:
Iterable<ExtractiveSummaryResultCollection>
public final class ExtractiveSummaryPagedIterable
extends com.azure.core.util.paging.ContinuablePagedIterable<String,ExtractiveSummaryResultCollection,com.azure.core.http.rest.PagedResponse<ExtractiveSummaryResultCollection>>
-
Constructor Summary
ConstructorsConstructorDescriptionExtractiveSummaryPagedIterable(Supplier<com.azure.core.util.paging.PageRetrieverSync<String, com.azure.core.http.rest.PagedResponse<ExtractiveSummaryResultCollection>>> provider) Creates an instance ofExtractiveSummaryPagedIterable. -
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
-
ExtractiveSummaryPagedIterable
public ExtractiveSummaryPagedIterable(Supplier<com.azure.core.util.paging.PageRetrieverSync<String, com.azure.core.http.rest.PagedResponse<ExtractiveSummaryResultCollection>>> provider) Creates an instance ofExtractiveSummaryPagedIterable. The constructor takes aSupplierandFunction. TheSupplierreturns the first page ofExtractiveSummaryResultCollection, theFunctionretrieves subsequent pages ofExtractiveSummaryResultCollection.- Parameters:
provider- Supplier that retrieves the first page
-