Package com.openai.models.vectorstores
Class VectorStoreListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class VectorStoreListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description VectorStoreListPageAsync.AutoPager(VectorStoreListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<VectorStore> action, Executor executor)final CompletableFuture<List<VectorStore>>toList(Executor executor)-
-
Constructor Detail
-
VectorStoreListPageAsync.AutoPager
VectorStoreListPageAsync.AutoPager(VectorStoreListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<VectorStore> action, Executor executor)
-
toList
final CompletableFuture<List<VectorStore>> toList(Executor executor)
-
-
-
-