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