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