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