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