core
0.40.0
js
core
/
de.peekandpoke.kraft.streams
/
AsyncStreamWrapper
/
AsyncStreamWrapper
Async
Stream
Wrapper
js
constructor
(
wrapped
:
Stream
<
WRAPPED
>
,
mapper
:
suspend
(
WRAPPED
)
->
RESULT
?
)
Parameters
WRAPPED
The value type of the wrapped stream
RESULT
The value type of the resulting stream