Join Slack
Powered by
another question ... why is there no reduce or fol...
# announcements
s
silas.schwarz
03/06/2018, 2:01 PM
another question ... why is there no reduce or fold for Map<>
s
spand
03/06/2018, 2:11 PM
Anything you cant do with
map.values.reduce()
?
s
silas.schwarz
03/06/2018, 2:15 PM
i'd like to work with Entry<K,V> so i can deconstruct them to (key, value)
n
nil2l
03/06/2018, 2:16 PM
map.entries.reduce ?
s
silas.schwarz
03/06/2018, 2:16 PM
that could do
4
Views
Open in Slack
Previous
Next