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