namespace AsyncStreamable
Represents an object that can produce an asynchronous stream of values.
Companion interface: AsyncStreamable<T>
Interfaces
Name | Description |
---|---|
AsyncStreamable.NonEmpty<T> | Represents a non-empty object that can produce an asynchronous stream of values. |