containsValue

fun <K, V> LiveData<out Map<K, V>>.containsValue(value: V): Boolean

Returns true if the LiveData's value maps one or more keys to the specified value.