isEmpty

abstract fun isEmpty(): Boolean(source)

Returns true if the collection is empty (contains no elements), false otherwise.

Since Kotlin

1.0
abstract fun isEmpty(): Boolean(source)

Returns true if the collection is empty (contains no elements), false otherwise.

Since Kotlin

1.1
abstract fun isEmpty(): Boolean(source)

Returns true if the collection is empty (contains no elements), false otherwise.

Since Kotlin

1.3
abstract fun isEmpty(): Boolean(source)

Returns true if the collection is empty (contains no elements), false otherwise.

Since Kotlin

1.8
abstract fun isEmpty(): Boolean(source)

Returns true if the collection is empty (contains no elements), false otherwise.

Since Kotlin

1.8