Class ChatCompletionListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class ChatCompletionListPage.AutoPager implements Iterable<ChatCompletion>
-
-
Constructor Summary
Constructors Constructor Description ChatCompletionListPage.AutoPager(ChatCompletionListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<ChatCompletion>iterator()final Stream<ChatCompletion>stream()-
-
Constructor Detail
-
ChatCompletionListPage.AutoPager
ChatCompletionListPage.AutoPager(ChatCompletionListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<ChatCompletion> iterator()
-
stream
final Stream<ChatCompletion> stream()
-
-
-
-