@szilanor/stream
Preparing search index...
AsyncStreamLike
Interface AsyncStreamLike<T>
interface
AsyncStreamLike
<
T
>
{
"[asyncIterator]"
:
()
=>
AsyncIterator
<
T
>
;
collectAsync
:
<
O
>
(
collector
:
AsyncCollectorFunction
<
T
,
O
>
)
=>
Promise
<
O
>
;
pipeAsync
:
<
O
>
(
operation
:
AsyncOperationFunction
<
T
,
O
>
,
)
=>
AsyncStreamLike
<
O
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
AsyncIterable
<
T
>
AsyncStreamLike
StreamLike
Implemented by
AsyncStream
Index
Properties
[async
Iterator]
collect
Async
pipe
Async
Properties
[async
Iterator]
"[asyncIterator]"
:
()
=>
AsyncIterator
<
T
>
collect
Async
collectAsync
:
<
O
>
(
collector
:
AsyncCollectorFunction
<
T
,
O
>
)
=>
Promise
<
O
>
pipe
Async
pipeAsync
:
<
O
>
(
operation
:
AsyncOperationFunction
<
T
,
O
>
)
=>
AsyncStreamLike
<
O
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[async
Iterator]
collect
Async
pipe
Async
@szilanor/stream
Loading...