intersect

@JvmName(name = "intersect_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_collections_Iterable_of_Byte_end")
infix fun <ID : Any> Field<ID, ByteArray>.intersect(other: Iterable<Byte>): Field<ID, Set<Byte>>
@JvmName(name = "intersect_with_ByteArray_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Byte_end_end")
infix fun <ID : Any> ByteArray.intersect(other: Field<ID, Iterable<Byte>>): Field<ID, Set<Byte>>
@JvmName(name = "intersect_with_it_unibo_collektive_aggregate_Field_of_ByteArray_end_and_it_unibo_collektive_aggregate_Field_of_collections_Iterable_of_Byte_end_end")
infix fun <ID : Any> Field<ID, ByteArray>.intersect(other: Field<ID, Iterable<Byte>>): Field<ID, Set<Byte>>