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