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