Also be aware that all the operations on collectio...
# announcements
a
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.