Map #mapKeysNotNull #mapValuesNotNull

In the stdlib _Collections.kt it would be nice to have a Map .mapKeysNotNull and .mapValuesNotNull.

Modifying the Map .mapKeys and .mapValues akin to Iterable .mapNotNull.

1 Like