Package com.increase.api.models
Class AccountTransferListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class AccountTransferListPage.AutoPager implements Iterable<AccountTransfer>
-
-
Constructor Summary
Constructors Constructor Description AccountTransferListPage.AutoPager(AccountTransferListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<AccountTransfer>iterator()final Stream<AccountTransfer>stream()-
-
Constructor Detail
-
AccountTransferListPage.AutoPager
AccountTransferListPage.AutoPager(AccountTransferListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<AccountTransfer> iterator()
-
stream
final Stream<AccountTransfer> stream()
-
-
-
-