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