or

@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_Long_end_and_Long")
infix fun <ID : Any> Field<ID, Long>.or(other: Long): Field<ID, Long>
@JvmName(name = "or_with_Long_and_it_unibo_collektive_aggregate_Field_of_Long_end")
infix fun <ID : Any> Long.or(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_Long_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
infix fun <ID : Any> Field<ID, Long>.or(other: Field<ID, Long>): Field<ID, Long>