Package com.increase.api.models
Class InboundWireTransferListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class InboundWireTransferListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description InboundWireTransferListPageAsync.AutoPager(InboundWireTransferListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<InboundWireTransfer> action, Executor executor)final CompletableFuture<List<InboundWireTransfer>>toList(Executor executor)-
-
Constructor Detail
-
InboundWireTransferListPageAsync.AutoPager
InboundWireTransferListPageAsync.AutoPager(InboundWireTransferListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<InboundWireTransfer> action, Executor executor)
-
toList
final CompletableFuture<List<InboundWireTransfer>> toList(Executor executor)
-
-
-
-