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