type StreamSource<T>
Any object that is Iterable, a Stream, or can produce a Stream.
Companion namespace: StreamSource
Definition
export type StreamSource<T> = undefined
|
Iterable<T>
|
Stream
<T>
|
Streamable
<T>;
type StreamSource<T>
Any object that is Iterable, a Stream, or can produce a Stream.
Companion namespace: StreamSource
export type StreamSource<T> = undefined
|
Iterable<T>
|
Stream
<T>
|
Streamable
<T>;