mapKeysNotNull

inline fun <K, V, R : Any> Map<out K, V>.mapKeysNotNull(transform: (Map.Entry<K, V>) -> R?): Map<R, V>