LazyList
org.specs2.control.producer.LazyList
ADT for streaming data with a Producer. It is either:
- Done: nothing left to stream
- One: there is just one element
- More(as, next): there are
aselements and the next producer
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article