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