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