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