Package com.openai.models.files
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<FileObject> action, Executor executor)
final CompletableFuture<List<FileObject>>
toList(Executor executor)
-
-
Constructor Detail
-
FileListPageAsync.AutoPager
FileListPageAsync.AutoPager(FileListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<FileObject> action, Executor executor)
-
toList
final CompletableFuture<List<FileObject>> toList(Executor executor)
-
-
-
-