mapOfNotNull

fun <K, V> mapOfNotNull(vararg pairs: Pair<K, V?>): Map<K, V>