another question ... why is there no reduce or fol...
# announcements
s
another question ... why is there no reduce or fold for Map<>
s
Anything you cant do with
map.values.reduce()
?
s
i'd like to work with Entry<K,V> so i can deconstruct them to (key, value)
n
map.entries.reduce ?
s
that could do