Skip to content

RowIterator

[Source]

An iterator over the rows in a Rows collection. Supports rewinding to iterate multiple times. Obtained via Rows.values().

class ref RowIterator is
  Iterator[Row val] ref

Implements


Public Functions

has_next

[Source]

fun box has_next()
: Bool val

Returns


next

[Source]

fun ref next()
: Row val ?

Returns


rewind

[Source]

fun ref rewind()
: RowIterator ref

Returns