Is there something like filterNotNull for map keys? Such that a map with nullable key type is transf...
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