Class BookkeepingEntryListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class BookkeepingEntryListPage.AutoPager implements Iterable<BookkeepingEntry>
-
-
Constructor Summary
Constructors Constructor Description BookkeepingEntryListPage.AutoPager(BookkeepingEntryListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<BookkeepingEntry>iterator()final Stream<BookkeepingEntry>stream()-
-
Constructor Detail
-
BookkeepingEntryListPage.AutoPager
BookkeepingEntryListPage.AutoPager(BookkeepingEntryListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<BookkeepingEntry> iterator()
-
stream
final Stream<BookkeepingEntry> stream()
-
-
-
-