kotlin.collections.isNotEmpty

isNotEmpty

inline fun <K, V> Map<out K, V>.isNotEmpty(): Boolean

Returns true if this map is not empty.

inline fun <T> Collection<T>.isNotEmpty(): Boolean

Returns true if the collection is not empty.

inline fun <T> Array<out T>.isNotEmpty(): Boolean
inline fun ByteArray.isNotEmpty(): Boolean
inline fun ShortArra