Class ExternalAccountListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class ExternalAccountListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description ExternalAccountListPageAsync.AutoPager(ExternalAccountListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<ExternalAccount> action, Executor executor)final CompletableFuture<List<ExternalAccount>>toList(Executor executor)-
-
Constructor Detail
-
ExternalAccountListPageAsync.AutoPager
ExternalAccountListPageAsync.AutoPager(ExternalAccountListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<ExternalAccount> action, Executor executor)
-
toList
final CompletableFuture<List<ExternalAccount>> toList(Executor executor)
-
-
-
-