kotlin-stdlib / kotlin.collections / Map / containsValue containsValue Common JVM JS Native 1.0 abstract fun containsValue(value: @UnsafeVariance V): Boolean Returns true if the map maps one or more keys to the specified value.