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