Package com.increase.api.models
Class CardPurchaseSupplementListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class CardPurchaseSupplementListPage.AutoPager implements Iterable<CardPurchaseSupplement>
-
-
Constructor Summary
Constructors Constructor Description CardPurchaseSupplementListPage.AutoPager(CardPurchaseSupplementListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<CardPurchaseSupplement>iterator()final Stream<CardPurchaseSupplement>stream()-
-
Constructor Detail
-
CardPurchaseSupplementListPage.AutoPager
CardPurchaseSupplementListPage.AutoPager(CardPurchaseSupplementListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<CardPurchaseSupplement> iterator()
-
stream
final Stream<CardPurchaseSupplement> stream()
-
-
-
-