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