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