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