core
0.20.1
js
core
/
de.peekandpoke.kraft.streams
/
StreamCombinator
/
StreamCombinator
Stream
Combinator
js
fun
<
FIRST
,
SECOND
,
RESULT
>
StreamCombinator
(
first
:
Stream
<
FIRST
>
,
second
:
Stream
<
SECOND
>
,
combine
:
(
FIRST
,
SECOND
)
->
RESULT
)
Content copied to clipboard