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