kotlin-stdlib / kotlin.collections / List / isEmpty isEmpty Common JVM JS Native 1.0 abstract fun isEmpty(): Boolean Returns true if the collection is empty (contains no elements), false otherwise.