putIfValueIsNotNull

fun <K, V> MutableMap<K, V>.putIfValueIsNotNull(key: K, value: V?)(source)