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