toggle menu
dataforge-data
0.7.0
common
switch theme
search in API
dataforge-data
/
space.kscience.dataforge.actions
/
JoinGroup
Join
Group
class
JoinGroup
<
T
:
Any
,
R
:
Any
>
(
var
name
:
String
,
set
:
DataSet
<
T
>
,
outputType
:
KType
)
Members
Constructors
Join
Group
Link copied to clipboard
constructor
(
name
:
String
,
set
:
DataSet
<
T
>
,
outputType
:
KType
)
Properties
meta
Link copied to clipboard
var
meta
:
MutableMeta
name
Link copied to clipboard
var
name
:
String
result
Link copied to clipboard
lateinit
var
result
:
suspend
ActionEnv
.
(
Map
<
Name
,
ValueWithMeta
<
T
>
>
)
->
R
Functions
result
Link copied to clipboard
inline
fun
<
R1
:
R
>
result
(
noinline
f
:
suspend
ActionEnv
.
(
Map
<
Name
,
ValueWithMeta
<
T
>
>
)
->
R1
)