hasPrevious

abstract fun hasPrevious(): Boolean(source)

Returns true if there are elements in the iteration before the current element.

Since Kotlin

1.0
abstract fun hasPrevious(): Boolean(source)

Returns true if there are elements in the iteration before the current element.

Since Kotlin

1.3