Is there something like filterNotNull for map keys...
# getting-started
m
Is there something like filterNotNull for map keys? Such that a map with nullable key type is transformed to a map with not-nullable key type
m
Thanks