onEach

@JvmName(name = "onEach_with_it_unibo_collektive_aggregate_Field_of_M_end_and_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end")
inline fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEach(crossinline action: (Map.Entry<K, V>) -> Unit): Field<ID, M>
@JvmName(name = "onEach_with_M_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> M.onEach(action: Field<ID, (Map.Entry<K, V>) -> Unit>): Field<ID, M>
@JvmName(name = "onEach_with_it_unibo_collektive_aggregate_Field_of_M_end_and_it_unibo_collektive_aggregate_Field_of_Function1_of_collections_Map_Entry_of_K_and_V_end_and_Unit_end_end")
fun <K, V, M : Map<out K, V>, ID : Any> Field<ID, M>.onEach(action: Field<ID, (Map.Entry<K, V>) -> Unit>): Field<ID, M>