Join Slack
Powered by
What's a good approach to transforming a map into ...
# getting-started
j
jordanjennings
08/17/2016, 3:06 PM
What's a good approach to transforming a map into a different map in kotlin? In Java I'd use a stream with a collector, or in groovy I'd do it with collectEntries. Trying to figure out the idiomatic approach here.
Open in Slack
Previous
Next