Class FileListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class FileListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description FileListPageAsync.AutoPager(FileListPageAsync 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
-
FileListPageAsync.AutoPager
FileListPageAsync.AutoPager(FileListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<VectorStoreFile> action, Executor executor)
-
toList
final CompletableFuture<List<VectorStoreFile>> toList(Executor executor)
-
-
-
-