Class PhysicalCardListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class PhysicalCardListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description PhysicalCardListPageAsync.AutoPager(PhysicalCardListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<PhysicalCard> action, Executor executor)final CompletableFuture<List<PhysicalCard>>toList(Executor executor)-
-
Constructor Detail
-
PhysicalCardListPageAsync.AutoPager
PhysicalCardListPageAsync.AutoPager(PhysicalCardListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<PhysicalCard> action, Executor executor)
-
toList
final CompletableFuture<List<PhysicalCard>> toList(Executor executor)
-
-
-
-