FieldedUBytes

Functions

Link copied to clipboard
@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> Field<ID, UByte>.and(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "and_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
infix fun <ID : Any> Field<ID, UByte>.and(other: UByte): Field<ID, UByte>
@JvmName(name = "and_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> UByte.and(other: Field<ID, UByte>): Field<ID, UByte>
Link copied to clipboard
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.compareTo(other: Field<ID, UByte>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UByte>.compareTo(other: Field<ID, UInt>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UByte>.compareTo(other: Field<ID, ULong>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UByte>.compareTo(other: Field<ID, UShort>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
fun <ID : Any> Field<ID, UByte>.compareTo(other: UByte): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
fun <ID : Any> Field<ID, UByte>.compareTo(other: UInt): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
fun <ID : Any> Field<ID, UByte>.compareTo(other: ULong): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
fun <ID : Any> Field<ID, UByte>.compareTo(other: UShort): Field<ID, Int>
@JvmName(name = "compareTo_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UByte.compareTo(other: Field<ID, UByte>): Field<ID, Int>
@JvmName(name = "compareTo_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UByte.compareTo(other: Field<ID, UInt>): Field<ID, Int>
@JvmName(name = "compareTo_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UByte.compareTo(other: Field<ID, ULong>): Field<ID, Int>
@JvmName(name = "compareTo_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UByte.compareTo(other: Field<ID, UShort>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.div(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UByte>.div(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UByte>.div(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UByte>.div(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.div(other: UByte): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
operator fun <ID : Any> Field<ID, UByte>.div(other: UInt): Field<ID, UInt>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
operator fun <ID : Any> Field<ID, UByte>.div(other: ULong): Field<ID, ULong>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
operator fun <ID : Any> Field<ID, UByte>.div(other: UShort): Field<ID, UInt>
@JvmName(name = "div_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.div(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "div_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UByte.div(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "div_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UByte.div(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "div_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UByte.div(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: UByte): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: UInt): Field<ID, UInt>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: ULong): Field<ID, ULong>
@JvmName(name = "floorDiv_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
fun <ID : Any> Field<ID, UByte>.floorDiv(other: UShort): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UByte.floorDiv(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UByte.floorDiv(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "floorDiv_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UByte.floorDiv(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "floorDiv_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UByte.floorDiv(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "inv_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.inv(): Field<ID, UByte>
Link copied to clipboard
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.minus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UByte>.minus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UByte>.minus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UByte>.minus(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.minus(other: UByte): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
operator fun <ID : Any> Field<ID, UByte>.minus(other: UInt): Field<ID, UInt>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
operator fun <ID : Any> Field<ID, UByte>.minus(other: ULong): Field<ID, ULong>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
operator fun <ID : Any> Field<ID, UByte>.minus(other: UShort): Field<ID, UInt>
@JvmName(name = "minus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.minus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "minus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UByte.minus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "minus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UByte.minus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "minus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UByte.minus(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.mod(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> Field<ID, UByte>.mod(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> Field<ID, UByte>.mod(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> Field<ID, UByte>.mod(other: Field<ID, UShort>): Field<ID, UShort>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
fun <ID : Any> Field<ID, UByte>.mod(other: UByte): Field<ID, UByte>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
fun <ID : Any> Field<ID, UByte>.mod(other: UInt): Field<ID, UInt>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
fun <ID : Any> Field<ID, UByte>.mod(other: ULong): Field<ID, ULong>
@JvmName(name = "mod_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
fun <ID : Any> Field<ID, UByte>.mod(other: UShort): Field<ID, UShort>
@JvmName(name = "mod_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> UByte.mod(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "mod_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
fun <ID : Any> UByte.mod(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "mod_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
fun <ID : Any> UByte.mod(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "mod_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
fun <ID : Any> UByte.mod(other: Field<ID, UShort>): Field<ID, UShort>
Link copied to clipboard
@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> Field<ID, UByte>.or(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "or_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
infix fun <ID : Any> Field<ID, UByte>.or(other: UByte): Field<ID, UByte>
@JvmName(name = "or_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> UByte.or(other: Field<ID, UByte>): Field<ID, UByte>
Link copied to clipboard
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.plus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UByte>.plus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UByte>.plus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UByte>.plus(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.plus(other: UByte): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
operator fun <ID : Any> Field<ID, UByte>.plus(other: UInt): Field<ID, UInt>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
operator fun <ID : Any> Field<ID, UByte>.plus(other: ULong): Field<ID, ULong>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
operator fun <ID : Any> Field<ID, UByte>.plus(other: UShort): Field<ID, UInt>
@JvmName(name = "plus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.plus(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "plus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UByte.plus(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "plus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UByte.plus(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "plus_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UByte.plus(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.rangeTo(other: Field<ID, UByte>): Field<ID, UIntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.rangeTo(other: UByte): Field<ID, UIntRange>
@JvmName(name = "rangeTo_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.rangeTo(other: Field<ID, UByte>): Field<ID, UIntRange>
Link copied to clipboard
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.rangeUntil(other: Field<ID, UByte>): Field<ID, UIntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.rangeUntil(other: UByte): Field<ID, UIntRange>
@JvmName(name = "rangeUntil_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.rangeUntil(other: Field<ID, UByte>): Field<ID, UIntRange>
Link copied to clipboard
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.rem(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UByte>.rem(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UByte>.rem(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UByte>.rem(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.rem(other: UByte): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
operator fun <ID : Any> Field<ID, UByte>.rem(other: UInt): Field<ID, UInt>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
operator fun <ID : Any> Field<ID, UByte>.rem(other: ULong): Field<ID, ULong>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
operator fun <ID : Any> Field<ID, UByte>.rem(other: UShort): Field<ID, UInt>
@JvmName(name = "rem_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.rem(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "rem_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UByte.rem(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "rem_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UByte.rem(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "rem_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UByte.rem(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> Field<ID, UByte>.times(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> Field<ID, UByte>.times(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> Field<ID, UByte>.times(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> Field<ID, UByte>.times(other: Field<ID, UShort>): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
operator fun <ID : Any> Field<ID, UByte>.times(other: UByte): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UInt")
operator fun <ID : Any> Field<ID, UByte>.times(other: UInt): Field<ID, UInt>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_ULong")
operator fun <ID : Any> Field<ID, UByte>.times(other: ULong): Field<ID, ULong>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UShort")
operator fun <ID : Any> Field<ID, UByte>.times(other: UShort): Field<ID, UInt>
@JvmName(name = "times_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
operator fun <ID : Any> UByte.times(other: Field<ID, UByte>): Field<ID, UInt>
@JvmName(name = "times_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UInt_end")
operator fun <ID : Any> UByte.times(other: Field<ID, UInt>): Field<ID, UInt>
@JvmName(name = "times_with_UByte_and_it_unibo_collektive_aggregate_Field_of_ULong_end")
operator fun <ID : Any> UByte.times(other: Field<ID, ULong>): Field<ID, ULong>
@JvmName(name = "times_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UShort_end")
operator fun <ID : Any> UByte.times(other: Field<ID, UShort>): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "toByte_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toByte(): Field<ID, Byte>
Link copied to clipboard
@JvmName(name = "toDouble_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toDouble(): Field<ID, Double>
Link copied to clipboard
@JvmName(name = "toFloat_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toFloat(): Field<ID, Float>
Link copied to clipboard
@JvmName(name = "toInt_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toInt(): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "toLong_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toLong(): Field<ID, Long>
Link copied to clipboard
@JvmName(name = "toShort_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toShort(): Field<ID, Short>
Link copied to clipboard
@JvmName(name = "toUByte_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toUByte(): Field<ID, UByte>
Link copied to clipboard
@JvmName(name = "toUInt_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toUInt(): Field<ID, UInt>
Link copied to clipboard
@JvmName(name = "toULong_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toULong(): Field<ID, ULong>
Link copied to clipboard
@JvmName(name = "toUShort_with_it_unibo_collektive_aggregate_Field_of_UByte_end")
fun <ID : Any> Field<ID, UByte>.toUShort(): Field<ID, UShort>
Link copied to clipboard
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> Field<ID, UByte>.xor(other: Field<ID, UByte>): Field<ID, UByte>
@JvmName(name = "xor_with_it_unibo_collektive_aggregate_Field_of_UByte_end_and_UByte")
infix fun <ID : Any> Field<ID, UByte>.xor(other: UByte): Field<ID, UByte>
@JvmName(name = "xor_with_UByte_and_it_unibo_collektive_aggregate_Field_of_UByte_end")
infix fun <ID : Any> UByte.xor(other: Field<ID, UByte>): Field<ID, UByte>