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