subtract

@JvmName(name = "subtract_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>>.subtract(other: Iterable<T>): Field<ID, Set<T>>
@JvmName(name = "subtract_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>.subtract(other: Field<ID, Iterable<T>>): Field<ID, Set<T>>
@JvmName(name = "subtract_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>>.subtract(other: Field<ID, Iterable<T>>): Field<ID, Set<T>>