toggle menu
core
0.43.9
js
switch theme
search in API
core
/
de.peekandpoke.kraft.streams
/
StreamMapper
/
StreamMapper
Stream
Mapper
js
constructor
(
wrapped
:
Stream
<
WRAPPED
>
,
mapper
:
(
WRAPPED
)
->
RESULT
,
initial
:
(
)
->
RESULT
=
{ mapper(wrapped()) }
)
Parameters
WRAPPED
The value type of the wrapped stream
RESULT
The value type of the resulting stream