namespace Streamable
An object that can create a Stream of elements of type T
.
Companion interface: Streamable<T>
Interfaces
Name | Description |
---|---|
Streamable.NonEmpty<T> | An object that can create a non-empty Stream of elements of type T . |