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