subkt / myaa.subkt.tasks / ItemGroupContext / value
fun <T> value(action:
ValueClosure
<*>.() ->
T
):
ValueGroup
<
T
>
(source)
Creates a ValueGroup, evaluating the given closure immediately for each entry in the given context.
T
- The type of the item contained in the ValueGroup.
action
- A closure operating on a ValueClosure. Called once for
each entry in the current context.