Class JobListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class JobListPage.AutoPager implements Iterable<FineTuningJob>
-
-
Constructor Summary
Constructors Constructor Description JobListPage.AutoPager(JobListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<FineTuningJob>iterator()final Stream<FineTuningJob>stream()-
-
Constructor Detail
-
JobListPage.AutoPager
JobListPage.AutoPager(JobListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<FineTuningJob> iterator()
-
stream
final Stream<FineTuningJob> stream()
-
-
-
-