Class ChatCompletionListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class ChatCompletionListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description ChatCompletionListPageAsync.AutoPager(ChatCompletionListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<ChatCompletion> action, Executor executor)final CompletableFuture<List<ChatCompletion>>toList(Executor executor)-
-
Constructor Detail
-
ChatCompletionListPageAsync.AutoPager
ChatCompletionListPageAsync.AutoPager(ChatCompletionListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<ChatCompletion> action, Executor executor)
-
toList
final CompletableFuture<List<ChatCompletion>> toList(Executor executor)
-
-
-
-