next

abstract val next: Cursor<out T>

The cursor pointing to the element following current, or, if this cursor isOver, a cursor that is also isOver.

Throws

if this cursor is already isOver (there is no "next" of "over")