associateWith

@JvmName(name = "associateWith_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_K_end_end_and_Function1_of_K_and_V_end")
inline fun <K, V, ID : Any> Field<ID, Iterable<K>>.associateWith(crossinline valueSelector: (K) -> V): Field<ID, Map<K, V>>
@JvmName(name = "associateWith_with_collections_Iterable_of_K_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_V_end_end")
fun <K, V, ID : Any> Iterable<K>.associateWith(valueSelector: Field<ID, (K) -> V>): Field<ID, Map<K, V>>
@JvmName(name = "associateWith_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_K_end_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_K_and_V_end_end")
fun <K, V, ID : Any> Field<ID, Iterable<K>>.associateWith(valueSelector: Field<ID, (K) -> V>): Field<ID, Map<K, V>>