previous

abstract fun previous(): T(source)

Returns the previous element in the iteration and moves the cursor position backwards.

Since Kotlin

1.0
abstract fun previous(): T(source)

Returns the previous element in the iteration and moves the cursor position backwards.

Since Kotlin

1.3