plus

@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_Pair_of_K_and_V_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pair: Pair<K, V>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pair: Field<ID, Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pair: Field<ID, Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_collections_Iterable_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Iterable<Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pairs: Field<ID, Iterable<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Field<ID, Iterable<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_collections_Map_of_out K_and_V_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(map: Map<out K, V>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(map: Field<ID, Map<out K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(map: Field<ID, Map<out K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_sequences_Sequence_of_Pair_of_K_and_V_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Sequence<Pair<K, V>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_collections_Map_of_out K_and_V_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Map<out K, V>.plus(pairs: Field<ID, Sequence<Pair<K, V>>>): Field<ID, Map<K, V>>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_collections_Map_of_out K_and_V_end_end_and_it_unibo_collektive_aggregate_Field_of_sequences_Sequence_of_Pair_of_K_and_V_end_end_end")
operator fun <K, V, ID : Any> Field<ID, Map<out K, V>>.plus(pairs: Field<ID, Sequence<Pair<K, V>>>): Field<ID, Map<K, V>>