Documentation / dataflow-async / com.femastudios.dataflow.async.extensions / associateWithA
Go to reference
Go to reference
associateWithA
fun <K, V> Attribute<Iterable<K>>.associateWithA(valueSelector: (K) -> Attribute<V>): Attribute<Map<K, V>>
Same as associateWith, but accepts Attribute and returns a new Attribute.
See Also