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