Join Slack
Powered by
with fold you can `rawList.groupingBy{it.first}.fo...
# getting-started
i
ibcoleman
02/08/2018, 12:58 PM
with fold you can
rawList.groupingBy{it.first}.fold(0){ acc, pair -> acc + pair.second }
Open in Slack
Previous
Next