Class BatchListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class BatchListPage.AutoPager implements Iterable<BetaMessageBatch>
-
-
Constructor Summary
Constructors Constructor Description BatchListPage.AutoPager(BatchListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<BetaMessageBatch>iterator()final Stream<BetaMessageBatch>stream()-
-
Constructor Detail
-
BatchListPage.AutoPager
BatchListPage.AutoPager(BatchListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<BetaMessageBatch> iterator()
-
stream
final Stream<BetaMessageBatch> stream()
-
-
-
-