fun <K, V> mapNotNullValues(vararg pairs: Pair<K, V?>): Map<K, V>
Return a map with only not null values.