Lazy List, a Scala language concept
Last updated
The 'LazyList' type (previously known as 'Stream' in Scala) is used to describe a potentially infinite list that evaluates only when necessary ('lazily').
There's more!
To see the rest of the Scala concept, and all our other concepts for free, Register (free).