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