subtract

@JvmName(name = "subtract_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_collections_Iterable_of_Boolean_end")
infix fun <ID : Any> Field<ID, BooleanArray>.subtract(other: Iterable<Boolean>): Field<ID, Set<Boolean>>
@JvmName(name = "subtract_with_BooleanArray_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Boolean_end_end")
infix fun <ID : Any> BooleanArray.subtract(other: Field<ID, Iterable<Boolean>>): Field<ID, Set<Boolean>>
@JvmName(name = "subtract_with_it_unibo_collektive_aggregate_Field_of_BooleanArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Boolean_end_end")
infix fun <ID : Any> Field<ID, BooleanArray>.subtract(other: Field<ID, Iterable<Boolean>>): Field<ID, Set<Boolean>>