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