Back to Developer Roadmap

Lazy collections

src/data/roadmaps/scala/content/[email protected]

4.0385 B
Original Source

Lazy collections

Lazy collections are used to describe successive transformation operations without evaluating intermediate transformations. They are particularly useful for creating infinite collections without blowing the memory.

Visit the following resources to learn more: