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