Back to Developer Roadmap

LazyList

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

4.0596 B
Original Source

LazyList

A lazy list is an immutable linked list that computes its elements only when they are needed. Elements are memoized, meaning the value of each element is computed at most once.

Visit the following resources to learn more: