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