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