previous

abstract fun previous(): T(source)

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

Since Kotlin

1.0

Throws

if the iteration has no previous element.

abstract fun previous(): T(source)

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

Since Kotlin

1.1

Throws

if the iteration has no previous element.

abstract fun previous(): T(source)

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

Since Kotlin

1.3

Throws

if the iteration has no previous element.

abstract fun previous(): T(source)

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

Since Kotlin

1.8

Throws

if the iteration has no previous element.

abstract fun previous(): T(source)

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

Since Kotlin

1.8

Throws

if the iteration has no previous element.