interface Streamable<T>
An object that can create a Stream of elements of type T.
Companion namespace: Streamable
Implemented by: Stream<T>
Type parameters
| Name | Description |
|---|
| T | the element type |
Methods
stream
Returns a Stream containing the elements in this collection.