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