JoinGroup

class JoinGroup<T : Any, R : Any>(var name: String, set: DataSet<T>, outputType: KType)

Constructors

Link copied to clipboard
constructor(name: String, set: DataSet<T>, outputType: KType)

Properties

Link copied to clipboard
var meta: MutableMeta
Link copied to clipboard
Link copied to clipboard
lateinit var result: suspend ActionEnv.(Map<Name, ValueWithMeta<T>>) -> R

Functions

Link copied to clipboard
inline fun <R1 : R> result(noinline f: suspend ActionEnv.(Map<Name, ValueWithMeta<T>>) -> R1)