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