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