kmath
common
kmath-coroutines
/
space.kscience.kmath.chains
/
combine
combine
common
@
UnstableKMathAPI
fun
<
T
,
R
>
Chain
<
T
>
.
combine
(
mapper
:
suspend
(
Chain
<
T
>
)
->
R
)
:
Chain
<
R
>
Content copied to clipboard
Map the whole chain
Sources
common source
Link copied to clipboard