Join Slack
Powered by
is there a `fun Map<K, V>.map()` that return...
# announcements
e
egorand
04/24/2019, 5:40 PM
is there a
fun Map<K, V>.map()
that returns a
Map<K, V>
?
d
Dominaezzz
04/24/2019, 5:42 PM
Do you want to change the keys or values?
e
egorand
04/24/2019, 5:42 PM
just values
d
Dominaezzz
04/24/2019, 5:43 PM
I think there is a
mapValues
function.
e
egorand
04/24/2019, 5:43 PM
oh, awesome! thanks!
2
Views
Open in Slack
Previous
Next