Join Slack
Powered by
If you only need a list of values, I'd use just `f...
# announcements
c
Czar
01/10/2018, 1:51 PM
If you only need a list of values, I'd use just
filter
to avoid creating a map
m
menegatti
01/10/2018, 1:56 PM
filter
creates the map regardless
menegatti
01/10/2018, 1:56 PM
it calls
filterTo()
with a new
LinkedHashMap
c
Czar
01/10/2018, 2:16 PM
Yes, version with mapTo suggested by Kevin is much better.
2
Views
Open in Slack
Previous
Next