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