any

fun any(): Boolean

Returns true if this map has at least one entry.


inline fun any(predicate: (K, Float) -> Boolean): Boolean

Returns true if at least one entry matches the given predicate.