Package com.lithic.api.models
Class ExternalBankAccountListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class ExternalBankAccountListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description ExternalBankAccountListPageAsync.AutoPager(ExternalBankAccountListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<ExternalBankAccountListResponse> action, Executor executor)final CompletableFuture<List<ExternalBankAccountListResponse>>toList(Executor executor)-
-
Constructor Detail
-
ExternalBankAccountListPageAsync.AutoPager
ExternalBankAccountListPageAsync.AutoPager(ExternalBankAccountListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<ExternalBankAccountListResponse> action, Executor executor)
-
toList
final CompletableFuture<List<ExternalBankAccountListResponse>> toList(Executor executor)
-
-
-
-