dataforge-data
/
space.kscience.dataforge.data
/
combine
common
combine
inline fun <
T1
:
Any
,
T2
:
Any
,
R
:
Any
>
Data
<
T1
>.
combine
(other:
Data
<
T2
>, coroutineContext:
CoroutineContext
= EmptyCoroutineContext, meta:
Meta
= this.meta, crossinline block: suspend (
T1
,
T2
) ->
R
):
Data
<
R
>
Content copied to clipboard
Combine this data with the other data using
block
. See
map
for other details