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