core
0.16.1
core
/
de.peekandpoke.kraft.streams
/
AsyncStreamWrapper
/
AsyncStreamWrapper
Async
Stream
Wrapper
fun
<
WRAPPED
,
RESULT
>
AsyncStreamWrapper
(
wrapped
:
Stream
<
WRAPPED
>
,
mapper
:
suspend
(
WRAPPED
)
->
RESULT
?
)
Content copied to clipboard
Parameters
WRAPPED
The value type of the wrapped stream
RESULT
The value type of the resulting stream