Preparing search index...
The search index is not available
windpipe
windpipe
CallbackOrStream
Type alias CallbackOrStream<T, E>
Callback
Or
Stream
<
T
,
E
>
:
(
(
)
=>
Stream
<
T
,
E
>
)
|
Stream
<
T
,
E
>
Type that may be a callback that resolves to a stream, or just a stream.
Type Parameters
T
E
Type declaration
(
)
:
Stream
<
T
,
E
>
Returns
Stream
<
T
,
E
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
windpipe
Loading...
Type that may be a callback that resolves to a stream, or just a stream.