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