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