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