Packages

final class U16 extends AnyVal with Unsigned

Short wrapper

Source
byte.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U16
  2. Unsigned
  3. AnyVal
  4. Any
Implicitly
  1. by richDrxAny
  2. by DrxU16ToLong
  3. by DrxU16ToInt
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new U16(value: Short)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(that: U16): U16
  4. def ->[B](y: B): (U16, B)
    Implicit
    This member is added by an implicit conversion from U16 toArrowAssoc[U16] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. def applyIf(t: Boolean, f: (U16) => U16): U16
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (U16) => Boolean)(f: (U16) => U16): U16

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def depth: Int
    Definition Classes
    U16Unsigned
  10. def elementOf(xs: Set[U16]): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def ensuring(cond: (U16) => Boolean, msg: => Any): U16
    Implicit
    This member is added by an implicit conversion from U16 toEnsuring[U16] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (U16) => Boolean): U16
    Implicit
    This member is added by an implicit conversion from U16 toEnsuring[U16] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): U16
    Implicit
    This member is added by an implicit conversion from U16 toEnsuring[U16] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): U16
    Implicit
    This member is added by an implicit conversion from U16 toEnsuring[U16] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from U16 toStringFormat[U16] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  17. def hex: String
    Definition Classes
    Unsigned
  18. def hi: Byte
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def lo: Byte
  21. def mask: Long
    Definition Classes
    Unsigned
  22. def noneIf(f: (U16) => Boolean): Option[U16]
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  23. def optionIf(f: (U16) => Boolean): Option[U16]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  24. def preApply[B](f: (U16) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  25. def sideEffect(f: (U16) => Unit): U16

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def signed: Long
    Definition Classes
    Unsigned
  27. def someIf(f: (U16) => Boolean): Option[U16]
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  28. val thisAny: U16
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  29. def toChar: Char
  30. def toInt: Int
  31. def toLong: Long
    Definition Classes
    U16Unsigned
  32. def toString(): String
    Definition Classes
    Unsigned → Any
  33. val value: Short

Shadowed Implicit Value Members

  1. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  2. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  3. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  4. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  5. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  6. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  7. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).!=(x)
    Definition Classes
    Long
  8. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  9. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  10. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  11. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  12. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  13. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  14. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).!=(x)
    Definition Classes
    Int
  15. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  16. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  17. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  18. def %(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  19. def %(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  20. def %(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  21. def %(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).%(x)
    Definition Classes
    Long
  22. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  23. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  24. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  25. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  26. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  27. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  28. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).%(x)
    Definition Classes
    Int
  29. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).&(x)
    Definition Classes
    Long
  30. def &(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).&(x)
    Definition Classes
    Long
  31. def &(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).&(x)
    Definition Classes
    Long
  32. def &(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).&(x)
    Definition Classes
    Long
  33. def &(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).&(x)
    Definition Classes
    Long
  34. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).&(x)
    Definition Classes
    Int
  35. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).&(x)
    Definition Classes
    Int
  36. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).&(x)
    Definition Classes
    Int
  37. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).&(x)
    Definition Classes
    Int
  38. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).&(x)
    Definition Classes
    Int
  39. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  40. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  41. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  42. def *(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  43. def *(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  44. def *(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  45. def *(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).*(x)
    Definition Classes
    Long
  46. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  47. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  48. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  49. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  50. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  51. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  52. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).*(x)
    Definition Classes
    Int
  53. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  54. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  55. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  56. def +(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  57. def +(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  58. def +(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  59. def +(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
  60. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  61. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  62. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  63. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  64. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  65. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  66. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
  67. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from U16 toany2stringadd[U16] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: any2stringadd[U16]).+(other)
    Definition Classes
    any2stringadd
  68. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  69. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  70. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  71. def -(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  72. def -(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  73. def -(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  74. def -(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).-(x)
    Definition Classes
    Long
  75. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  76. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  77. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  78. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  79. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  80. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  81. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).-(x)
    Definition Classes
    Int
  82. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  83. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  84. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  85. def /(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  86. def /(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  87. def /(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  88. def /(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long)./(x)
    Definition Classes
    Long
  89. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  90. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  91. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  92. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  93. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  94. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  95. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int)./(x)
    Definition Classes
    Int
  96. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  97. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  98. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  99. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  100. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  101. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  102. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<(x)
    Definition Classes
    Long
  103. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  104. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  105. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  106. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  107. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  108. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  109. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<(x)
    Definition Classes
    Int
  110. def <<(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<<(x)
    Definition Classes
    Long
  111. def <<(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<<(x)
    Definition Classes
    Long
  112. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<<(x)
    Definition Classes
    Int
  113. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  114. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  115. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  116. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  117. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  118. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  119. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).<=(x)
    Definition Classes
    Long
  120. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  121. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  122. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  123. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  124. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  125. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  126. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<=(x)
    Definition Classes
    Int
  127. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  128. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  129. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  130. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  131. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  132. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  133. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).==(x)
    Definition Classes
    Long
  134. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  135. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  136. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  137. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  138. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  139. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  140. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).==(x)
    Definition Classes
    Int
  141. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  142. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  143. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  144. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  145. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  146. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  147. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>(x)
    Definition Classes
    Long
  148. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  149. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  150. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  151. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  152. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  153. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  154. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>(x)
    Definition Classes
    Int
  155. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  156. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  157. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  158. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  159. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  160. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  161. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>=(x)
    Definition Classes
    Long
  162. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  163. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  164. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  165. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  166. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  167. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  168. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>=(x)
    Definition Classes
    Int
  169. def >>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>>(x)
    Definition Classes
    Long
  170. def >>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>>(x)
    Definition Classes
    Long
  171. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>>(x)
    Definition Classes
    Int
  172. def >>>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>>>(x)
    Definition Classes
    Long
  173. def >>>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).>>>(x)
    Definition Classes
    Long
  174. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>>>(x)
    Definition Classes
    Int
  175. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).^(x)
    Definition Classes
    Long
  176. def ^(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).^(x)
    Definition Classes
    Long
  177. def ^(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).^(x)
    Definition Classes
    Long
  178. def ^(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).^(x)
    Definition Classes
    Long
  179. def ^(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).^(x)
    Definition Classes
    Long
  180. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).^(x)
    Definition Classes
    Int
  181. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).^(x)
    Definition Classes
    Int
  182. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).^(x)
    Definition Classes
    Int
  183. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).^(x)
    Definition Classes
    Int
  184. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).^(x)
    Definition Classes
    Int
  185. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).toByte
    Definition Classes
    Long
  186. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).toByte
    Definition Classes
    Int
  187. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).toChar
    Definition Classes
    Long
  188. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).toChar
    Definition Classes
    Int
  189. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).toDouble
    Definition Classes
    Long
  190. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).toDouble
    Definition Classes
    Int
  191. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).toFloat
    Definition Classes
    Long
  192. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).toFloat
    Definition Classes
    Int
  193. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).toInt
    Definition Classes
    Long
  194. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).toInt
    Definition Classes
    Int
  195. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).toLong
    Definition Classes
    Long
  196. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).toLong
    Definition Classes
    Int
  197. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).toShort
    Definition Classes
    Long
  198. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).toShort
    Definition Classes
    Int
  199. def unary_+: Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).unary_+
    Definition Classes
    Long
  200. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).unary_+
    Definition Classes
    Int
  201. def unary_-: Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).unary_-
    Definition Classes
    Long
  202. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).unary_-
    Definition Classes
    Int
  203. def unary_~: Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).unary_~
    Definition Classes
    Long
  204. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).unary_~
    Definition Classes
    Int
  205. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).|(x)
    Definition Classes
    Long
  206. def |(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).|(x)
    Definition Classes
    Long
  207. def |(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).|(x)
    Definition Classes
    Long
  208. def |(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).|(x)
    Definition Classes
    Long
  209. def |(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Long).|(x)
    Definition Classes
    Long
  210. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).|(x)
    Definition Classes
    Int
  211. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).|(x)
    Definition Classes
    Int
  212. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).|(x)
    Definition Classes
    Int
  213. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).|(x)
    Definition Classes
    Int
  214. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).|(x)
    Definition Classes
    Int

Deprecated Value Members

  1. def +(x: String): String
    Implicit
    This member is added by an implicit conversion from U16 toLong performed by method DrxU16ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Long).+(x)
    Definition Classes
    Long
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation s"$num$str"

  2. def +(x: String): String
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (u16: Int).+(x)
    Definition Classes
    Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation s"$num$str"

  3. def <<(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).<<(x)
    Definition Classes
    Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.7) shifting a value by a Long argument is deprecated (except when the value is a Long). Call toInt on the argument to maintain the current behavior and avoid the deprecation warning.

  4. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>>(x)
    Definition Classes
    Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.7) shifting a value by a Long argument is deprecated (except when the value is a Long). Call toInt on the argument to maintain the current behavior and avoid the deprecation warning.

  5. def >>>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U16 toInt performed by method DrxU16ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u16: Int).>>>(x)
    Definition Classes
    Int
    Annotations
    @deprecated
    Deprecated

    (Since version 2.12.7) shifting a value by a Long argument is deprecated (except when the value is a Long). Call toInt on the argument to maintain the current behavior and avoid the deprecation warning.

  6. def ?>(f: (U16) => Boolean): Option[U16]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  7. def |>[B](f: (U16) => B): B
    Implicit
    This member is added by an implicit conversion from U16 toDrxAny[U16] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  8. def [B](y: B): (U16, B)
    Implicit
    This member is added by an implicit conversion from U16 toArrowAssoc[U16] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Unsigned

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion richDrxAny fromU16 to DrxAny[U16]

Inherited by implicit conversion DrxU16ToLong fromU16 to Long

Inherited by implicit conversion DrxU16ToInt fromU16 to Int

Inherited by implicit conversion any2stringadd fromU16 to any2stringadd[U16]

Inherited by implicit conversion StringFormat fromU16 to StringFormat[U16]

Inherited by implicit conversion Ensuring fromU16 to Ensuring[U16]

Inherited by implicit conversion ArrowAssoc fromU16 to ArrowAssoc[U16]

Ungrouped