FieldedUShorts

Functions

Link copied to clipboard
@JvmName(name = "and_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>.and(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
infix fun <ID : Any> Field<ID, UShort>.and(other: UShort): Field<ID, UShort>
@JvmName(name = "and_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> UShort.and(other: Field<ID, UShort>): Field<ID, UShort>
Link copied to clipboard
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UShort>.compareTo(other: Field<ID, UByte>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UShort>.compareTo(other: Field<ID, UInt>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UShort>.compareTo(other: Field<ID, ULong>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.compareTo(other: Field<ID, UShort>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
fun <ID : Any> Field<ID, UShort>.compareTo(other: UByte): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
fun <ID : Any> Field<ID, UShort>.compareTo(other: UInt): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
fun <ID : Any> Field<ID, UShort>.compareTo(other: ULong): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
fun <ID : Any> Field<ID, UShort>.compareTo(other: UShort): Field<ID, Int>
@JvmName(name = "compareTo_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UShort.compareTo(other: Field<ID, UByte>): Field<ID, Int>
@JvmName(name = "compareTo_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UShort.compareTo(other: Field<ID, UInt>): Field<ID, Int>
@JvmName(name = "compareTo_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UShort.compareTo(other: Field<ID, ULong>): Field<ID, Int>
@JvmName(name = "compareTo_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UShort.compareTo(other: Field<ID, UShort>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UShort>.div(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UShort>.div(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UShort>.div(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.div(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
operator fun <ID : Any> Field<ID, UShort>.div(other: UByte): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
operator fun <ID : Any> Field<ID, UShort>.div(other: UInt): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
operator fun <ID : Any> Field<ID, UShort>.div(other: ULong): Field<ID, ULong>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.div(other: UShort): Field<ID, UInt>
@JvmName(name = "div_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UShort.div(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "div_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UShort.div(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "div_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UShort.div(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "div_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.div(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: UByte): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: UInt): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: ULong): Field<ID, ULong>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
fun <ID : Any> Field<ID, UShort>.floorDiv(other: UShort): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UShort.floorDiv(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UShort.floorDiv(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UShort.floorDiv(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "floorDiv_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UShort.floorDiv(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "inv_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.inv(): Field<ID, UShort>
Link copied to clipboard
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UShort>.minus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UShort>.minus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UShort>.minus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.minus(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
operator fun <ID : Any> Field<ID, UShort>.minus(other: UByte): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
operator fun <ID : Any> Field<ID, UShort>.minus(other: UInt): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
operator fun <ID : Any> Field<ID, UShort>.minus(other: ULong): Field<ID, ULong>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.minus(other: UShort): Field<ID, UInt>
@JvmName(name = "minus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UShort.minus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "minus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UShort.minus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "minus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UShort.minus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "minus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.minus(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UShort>.mod(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UShort>.mod(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UShort>.mod(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.mod(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
fun <ID : Any> Field<ID, UShort>.mod(other: UByte): Field<ID, UByte>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
fun <ID : Any> Field<ID, UShort>.mod(other: UInt): Field<ID, UInt>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
fun <ID : Any> Field<ID, UShort>.mod(other: ULong): Field<ID, ULong>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
fun <ID : Any> Field<ID, UShort>.mod(other: UShort): Field<ID, UShort>
@JvmName(name = "mod_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UShort.mod(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "mod_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UShort.mod(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "mod_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UShort.mod(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "mod_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UShort.mod(other: Field<ID, UShort>): Field<ID, UShort>
Link copied to clipboard
@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>
@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>
Link copied to clipboard
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UShort>.plus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UShort>.plus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UShort>.plus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.plus(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
operator fun <ID : Any> Field<ID, UShort>.plus(other: UByte): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
operator fun <ID : Any> Field<ID, UShort>.plus(other: UInt): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
operator fun <ID : Any> Field<ID, UShort>.plus(other: ULong): Field<ID, ULong>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.plus(other: UShort): Field<ID, UInt>
@JvmName(name = "plus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UShort.plus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "plus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UShort.plus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "plus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UShort.plus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "plus_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.plus(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.rangeTo(other: Field<ID, UShort>): Field<ID, UIntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.rangeTo(other: UShort): Field<ID, UIntRange>
@JvmName(name = "rangeTo_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.rangeTo(other: Field<ID, UShort>): Field<ID, UIntRange>
Link copied to clipboard
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.rangeUntil(other: Field<ID, UShort>): Field<ID, UIntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.rangeUntil(other: UShort): Field<ID, UIntRange>
@JvmName(name = "rangeUntil_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.rangeUntil(other: Field<ID, UShort>): Field<ID, UIntRange>
Link copied to clipboard
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UShort>.rem(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UShort>.rem(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UShort>.rem(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.rem(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
operator fun <ID : Any> Field<ID, UShort>.rem(other: UByte): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
operator fun <ID : Any> Field<ID, UShort>.rem(other: UInt): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
operator fun <ID : Any> Field<ID, UShort>.rem(other: ULong): Field<ID, ULong>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.rem(other: UShort): Field<ID, UInt>
@JvmName(name = "rem_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UShort.rem(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "rem_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UShort.rem(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "rem_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UShort.rem(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "rem_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.rem(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UShort>.times(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UShort>.times(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UShort>.times(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UShort>.times(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UByte")
operator fun <ID : Any> Field<ID, UShort>.times(other: UByte): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UInt")
operator fun <ID : Any> Field<ID, UShort>.times(other: UInt): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_ULong")
operator fun <ID : Any> Field<ID, UShort>.times(other: ULong): Field<ID, ULong>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
operator fun <ID : Any> Field<ID, UShort>.times(other: UShort): Field<ID, UInt>
@JvmName(name = "times_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UShort.times(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "times_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UShort.times(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "times_with_UShort_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UShort.times(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "times_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UShort.times(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "toByte_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toByte(): Field<ID, Byte>
Link copied to clipboard
@JvmName(name = "toDouble_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toDouble(): Field<ID, Double>
Link copied to clipboard
@JvmName(name = "toFloat_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toFloat(): Field<ID, Float>
Link copied to clipboard
@JvmName(name = "toInt_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toInt(): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "toLong_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toLong(): Field<ID, Long>
Link copied to clipboard
@JvmName(name = "toShort_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toShort(): Field<ID, Short>
Link copied to clipboard
@JvmName(name = "toUByte_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toUByte(): Field<ID, UByte>
Link copied to clipboard
@JvmName(name = "toUInt_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toUInt(): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "toULong_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toULong(): Field<ID, ULong>
Link copied to clipboard
@JvmName(name = "toUShort_with_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UShort>.toUShort(): Field<ID, UShort>
Link copied to clipboard
@JvmName(name = "xor_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>.xor(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UShort_end_and_UShort")
infix fun <ID : Any> Field<ID, UShort>.xor(other: UShort): Field<ID, UShort>
@JvmName(name = "xor_with_UShort_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
infix fun <ID : Any> UShort.xor(other: Field<ID, UShort>): Field<ID, UShort>