mapOfNotNull

fun <K : Any> mapOfNotNull(vararg pairs: Pair<K, *>): Map<K, *>

TODO.

Return

.

Parameters

pairs

.