Join Slack
Powered by
Also be aware that all the operations on collectio...
# announcements
a
andrewoma
07/10/2016, 4:08 AM
Also be aware that all the operations on collections are eager and create new collections (e.g. a chain of
map
,
filter
, etc). Convert to
Sequence
if you want lazy evaluation.
Open in Slack
Previous
Next