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