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