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