hasNext

expect abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.0
actual abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.1
actual abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.0
actual abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.3
actual abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.8
actual abstract operator fun hasNext(): Boolean(source)

Returns true if the iteration has more elements.

Since Kotlin

1.8