FieldedShorts

Functions

Link copied to clipboard
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Double>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Float>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Long>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.compareTo(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
fun <ID : Any> Field<ID, Short>.compareTo(other: Byte): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
fun <ID : Any> Field<ID, Short>.compareTo(other: Double): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
fun <ID : Any> Field<ID, Short>.compareTo(other: Float): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
fun <ID : Any> Field<ID, Short>.compareTo(other: Int): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
fun <ID : Any> Field<ID, Short>.compareTo(other: Long): Field<ID, Int>
@JvmName(name = "compareTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
fun <ID : Any> Field<ID, Short>.compareTo(other: Short): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Double>): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Float>): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Long>): Field<ID, Int>
@JvmName(name = "compareTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Short.compareTo(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.div(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.div(other: Byte): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.div(other: Double): Field<ID, Double>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.div(other: Float): Field<ID, Float>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.div(other: Int): Field<ID, Int>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.div(other: Long): Field<ID, Long>
@JvmName(name = "div_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.div(other: Short): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.div(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.div(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.div(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.div(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.div(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "div_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.div(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.minus(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.minus(other: Byte): Field<ID, Int>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.minus(other: Double): Field<ID, Double>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.minus(other: Float): Field<ID, Float>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.minus(other: Int): Field<ID, Int>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.minus(other: Long): Field<ID, Long>
@JvmName(name = "minus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.minus(other: Short): Field<ID, Int>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "minus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.minus(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.plus(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.plus(other: Byte): Field<ID, Int>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.plus(other: Double): Field<ID, Double>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.plus(other: Float): Field<ID, Float>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.plus(other: Int): Field<ID, Int>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.plus(other: Long): Field<ID, Long>
@JvmName(name = "plus_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.plus(other: Short): Field<ID, Int>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "plus_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.plus(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Field<ID, Byte>): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Field<ID, Int>): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Field<ID, Long>): Field<ID, LongRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Field<ID, Short>): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Byte): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Int): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Long): Field<ID, LongRange>
@JvmName(name = "rangeTo_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.rangeTo(other: Short): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.rangeTo(other: Field<ID, Byte>): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.rangeTo(other: Field<ID, Int>): Field<ID, IntRange>
@JvmName(name = "rangeTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.rangeTo(other: Field<ID, Long>): Field<ID, LongRange>
@JvmName(name = "rangeTo_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.rangeTo(other: Field<ID, Short>): Field<ID, IntRange>
Link copied to clipboard
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Field<ID, Byte>): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Field<ID, Int>): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Field<ID, Long>): Field<ID, LongRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Field<ID, Short>): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Byte): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Int): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Long): Field<ID, LongRange>
@JvmName(name = "rangeUntil_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.rangeUntil(other: Short): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.rangeUntil(other: Field<ID, Byte>): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.rangeUntil(other: Field<ID, Int>): Field<ID, IntRange>
@JvmName(name = "rangeUntil_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.rangeUntil(other: Field<ID, Long>): Field<ID, LongRange>
@JvmName(name = "rangeUntil_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.rangeUntil(other: Field<ID, Short>): Field<ID, IntRange>
Link copied to clipboard
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.rem(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.rem(other: Byte): Field<ID, Int>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.rem(other: Double): Field<ID, Double>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.rem(other: Float): Field<ID, Float>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.rem(other: Int): Field<ID, Int>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.rem(other: Long): Field<ID, Long>
@JvmName(name = "rem_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.rem(other: Short): Field<ID, Int>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "rem_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.rem(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.times(other: Field<ID, Short>): Field<ID, Int>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Byte")
operator fun <ID : Any> Field<ID, Short>.times(other: Byte): Field<ID, Int>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Double")
operator fun <ID : Any> Field<ID, Short>.times(other: Double): Field<ID, Double>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Float")
operator fun <ID : Any> Field<ID, Short>.times(other: Float): Field<ID, Float>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Int")
operator fun <ID : Any> Field<ID, Short>.times(other: Int): Field<ID, Int>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Long")
operator fun <ID : Any> Field<ID, Short>.times(other: Long): Field<ID, Long>
@JvmName(name = "times_with_it_unibo_collektive_aggregate_Field_of_Short_end_and_Short")
operator fun <ID : Any> Field<ID, Short>.times(other: Short): Field<ID, Int>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Byte_end")
operator fun <ID : Any> Short.times(other: Field<ID, Byte>): Field<ID, Int>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Double_end")
operator fun <ID : Any> Short.times(other: Field<ID, Double>): Field<ID, Double>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Float_end")
operator fun <ID : Any> Short.times(other: Field<ID, Float>): Field<ID, Float>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Int_end")
operator fun <ID : Any> Short.times(other: Field<ID, Int>): Field<ID, Int>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Long_end")
operator fun <ID : Any> Short.times(other: Field<ID, Long>): Field<ID, Long>
@JvmName(name = "times_with_Short_and_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Short.times(other: Field<ID, Short>): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "toByte_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toByte(): Field<ID, Byte>
Link copied to clipboard
@JvmName(name = "toDouble_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toDouble(): Field<ID, Double>
Link copied to clipboard
@JvmName(name = "toFloat_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toFloat(): Field<ID, Float>
Link copied to clipboard
@JvmName(name = "toInt_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toInt(): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "toLong_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toLong(): Field<ID, Long>
Link copied to clipboard
@JvmName(name = "toShort_with_it_unibo_collektive_aggregate_Field_of_Short_end")
fun <ID : Any> Field<ID, Short>.toShort(): Field<ID, Short>
Link copied to clipboard
@JvmName(name = "unaryMinus_with_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.unaryMinus(): Field<ID, Int>
Link copied to clipboard
@JvmName(name = "unaryPlus_with_it_unibo_collektive_aggregate_Field_of_Short_end")
operator fun <ID : Any> Field<ID, Short>.unaryPlus(): Field<ID, Int>