union

@JvmName(name = "union_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_collections_Iterable_of_T_end")
infix fun <T, ID : Any> Field<ID, Iterable<T>>.union(other: Iterable<T>): Field<ID, Set<T>>
@JvmName(name = "union_with_collections_Iterable_of_T_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end")
infix fun <T, ID : Any> Iterable<T>.union(other: Field<ID, Iterable<T>>): Field<ID, Set<T>>
@JvmName(name = "union_with_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_T_end_end")
infix fun <T, ID : Any> Field<ID, Iterable<T>>.union(other: Field<ID, Iterable<T>>): Field<ID, Set<T>>