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