or

@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
infix fun <ID : Any> Field<ID, UShort>.or(other: UShort): Field<ID, UShort>
@JvmName(name = "or_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> UShort.or(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> Field<ID, UShort>.or(other: Field<ID, UShort>): Field<ID, UShort>