mapNotNullValues

fun <K, V> Map<K, V?>.mapNotNullValues(): Map<K, V>