interface AsyncStreamable<T>
Represents an object that can produce an asynchronous stream of values.
Companion namespace: AsyncStreamable
Type parameters
Name | Description |
---|---|
T | the type of elements in the stream |
Methods
asyncStream
Returns an asynchronous stream of values.
asyncStream
Definition
asyncStream():
AsyncStream
<T>;