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