Package com.braintrustdata.api.models
Class ProjectScoreListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class ProjectScoreListPage.AutoPager implements Iterable<ProjectScore>
-
-
Constructor Summary
Constructors Constructor Description ProjectScoreListPage.AutoPager(ProjectScoreListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<ProjectScore>iterator()final Stream<ProjectScore>stream()-
-
Constructor Detail
-
ProjectScoreListPage.AutoPager
ProjectScoreListPage.AutoPager(ProjectScoreListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<ProjectScore> iterator()
-
stream
final Stream<ProjectScore> stream()
-
-
-
-