interface AsyncStreamable.NonEmpty<T>
An object that can create a non-empty AsyncStream of elements of type T.
Type parameters
| Name | Description |
|---|---|
| T | the element type |
Methods
asyncStream
Returns a non-empty asynchronous stream containing the elements in this collection.
asyncStreamDefinition
asyncStream(): AsyncStream.NonEmpty<T>;