| Interface | Description |
|---|---|
| LazyStream<T> |
An immutable
Stream is lazy sequence of elements which may be infinitely long. |
| Class | Description |
|---|---|
| LazyStream.Empty<T> |
The empty Stream.
|
| LazyStream.LazyCons<T> |
Non-empty
Stream, consisting of a head, a tail and an optional
AutoCloseable. |