Packages

final class U4 extends AnyVal with Unsigned

Nibble wrapper

Source
byte.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. U4
  2. Unsigned
  3. AnyVal
  4. Any
Implicitly
  1. by richDrxAny
  2. by DrxU4ToLong
  3. by DrxU4ToInt
  4. by DrxU4ToShort
  5. by DrxU4ToByte
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new U4(value: Byte)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(that: U4): U4
  4. def ->[B](y: B): (U4, B)
    Implicit
    This member is added by an implicit conversion from U4 toArrowAssoc[U4] 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: (U4) => U4): U4
    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (U4) => Boolean)(f: (U4) => U4): U4

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] 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
    U4Unsigned
  10. def elementOf(xs: Set[U4]): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  11. def ensuring(cond: (U4) => Boolean, msg: => Any): U4
    Implicit
    This member is added by an implicit conversion from U4 toEnsuring[U4] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (U4) => Boolean): U4
    Implicit
    This member is added by an implicit conversion from U4 toEnsuring[U4] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): U4
    Implicit
    This member is added by an implicit conversion from U4 toEnsuring[U4] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): U4
    Implicit
    This member is added by an implicit conversion from U4 toEnsuring[U4] 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 U4 toStringFormat[U4] 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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mask: Long
    Definition Classes
    Unsigned
  20. def noneIf(f: (U4) => Boolean): Option[U4]
    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  21. def optionIf(f: (U4) => Boolean): Option[U4]

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

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

Shadowed Implicit Value Members

  1. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  2. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  3. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  4. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  5. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  6. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  7. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).!=(x)
    Definition Classes
    Long
  8. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  9. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  10. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  11. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  12. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  13. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  14. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).!=(x)
    Definition Classes
    Int
  15. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  16. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  17. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  18. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  19. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  20. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  21. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).!=(x)
    Definition Classes
    Short
  22. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  23. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  24. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  25. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  26. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  27. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  28. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).!=(x)
    Definition Classes
    Byte
  29. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  30. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  31. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  32. def %(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  33. def %(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  34. def %(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  35. def %(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).%(x)
    Definition Classes
    Long
  36. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  37. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  38. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  39. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  40. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  41. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  42. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).%(x)
    Definition Classes
    Int
  43. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  44. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  45. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  46. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  47. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  48. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  49. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).%(x)
    Definition Classes
    Short
  50. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  51. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  52. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  53. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  54. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  55. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  56. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).%(x)
    Definition Classes
    Byte
  57. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).&(x)
    Definition Classes
    Long
  58. def &(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).&(x)
    Definition Classes
    Long
  59. def &(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).&(x)
    Definition Classes
    Long
  60. def &(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).&(x)
    Definition Classes
    Long
  61. def &(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).&(x)
    Definition Classes
    Long
  62. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).&(x)
    Definition Classes
    Int
  63. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).&(x)
    Definition Classes
    Int
  64. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).&(x)
    Definition Classes
    Int
  65. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).&(x)
    Definition Classes
    Int
  66. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).&(x)
    Definition Classes
    Int
  67. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).&(x)
    Definition Classes
    Short
  68. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).&(x)
    Definition Classes
    Short
  69. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).&(x)
    Definition Classes
    Short
  70. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).&(x)
    Definition Classes
    Short
  71. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).&(x)
    Definition Classes
    Short
  72. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).&(x)
    Definition Classes
    Byte
  73. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).&(x)
    Definition Classes
    Byte
  74. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).&(x)
    Definition Classes
    Byte
  75. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).&(x)
    Definition Classes
    Byte
  76. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).&(x)
    Definition Classes
    Byte
  77. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  78. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  79. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  80. def *(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  81. def *(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  82. def *(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  83. def *(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).*(x)
    Definition Classes
    Long
  84. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  85. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  86. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  87. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  88. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  89. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  90. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).*(x)
    Definition Classes
    Int
  91. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  92. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  93. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  94. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  95. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  96. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  97. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).*(x)
    Definition Classes
    Short
  98. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  99. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  100. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  101. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  102. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  103. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  104. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).*(x)
    Definition Classes
    Byte
  105. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  106. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  107. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  108. def +(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  109. def +(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  110. def +(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  111. def +(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).+(x)
    Definition Classes
    Long
  112. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  113. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  114. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  115. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  116. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  117. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  118. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).+(x)
    Definition Classes
    Int
  119. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  120. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  121. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  122. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  123. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  124. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  125. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
  126. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  127. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  128. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  129. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  130. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  131. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  132. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
  133. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from U4 toany2stringadd[U4] 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:
    (u4: any2stringadd[U4]).+(other)
    Definition Classes
    any2stringadd
  134. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  135. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  136. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  137. def -(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  138. def -(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  139. def -(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  140. def -(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).-(x)
    Definition Classes
    Long
  141. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  142. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  143. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  144. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  145. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  146. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  147. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).-(x)
    Definition Classes
    Int
  148. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  149. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  150. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  151. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  152. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  153. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  154. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).-(x)
    Definition Classes
    Short
  155. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  156. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  157. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  158. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  159. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  160. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  161. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).-(x)
    Definition Classes
    Byte
  162. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  163. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  164. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  165. def /(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  166. def /(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  167. def /(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  168. def /(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long)./(x)
    Definition Classes
    Long
  169. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  170. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  171. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  172. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  173. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  174. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  175. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int)./(x)
    Definition Classes
    Int
  176. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  177. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  178. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  179. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  180. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  181. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  182. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short)./(x)
    Definition Classes
    Short
  183. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  184. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  185. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  186. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  187. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  188. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  189. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte)./(x)
    Definition Classes
    Byte
  190. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  191. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  192. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  193. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  194. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  195. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  196. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<(x)
    Definition Classes
    Long
  197. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  198. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  199. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  200. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  201. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  202. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  203. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<(x)
    Definition Classes
    Int
  204. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  205. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  206. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  207. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  208. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  209. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  210. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<(x)
    Definition Classes
    Short
  211. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  212. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  213. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  214. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  215. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  216. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  217. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<(x)
    Definition Classes
    Byte
  218. def <<(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<<(x)
    Definition Classes
    Long
  219. def <<(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<<(x)
    Definition Classes
    Long
  220. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<<(x)
    Definition Classes
    Int
  221. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<<(x)
    Definition Classes
    Short
  222. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<<(x)
    Definition Classes
    Byte
  223. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  224. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  225. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  226. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  227. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  228. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  229. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).<=(x)
    Definition Classes
    Long
  230. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  231. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  232. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  233. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  234. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  235. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  236. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).<=(x)
    Definition Classes
    Int
  237. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  238. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  239. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  240. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  241. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  242. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  243. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<=(x)
    Definition Classes
    Short
  244. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  245. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  246. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  247. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  248. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  249. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  250. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<=(x)
    Definition Classes
    Byte
  251. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  252. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  253. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  254. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  255. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  256. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  257. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).==(x)
    Definition Classes
    Long
  258. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  259. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  260. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  261. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  262. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  263. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  264. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).==(x)
    Definition Classes
    Int
  265. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  266. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  267. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  268. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  269. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  270. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  271. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).==(x)
    Definition Classes
    Short
  272. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  273. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  274. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  275. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  276. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  277. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  278. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).==(x)
    Definition Classes
    Byte
  279. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  280. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  281. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  282. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  283. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  284. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  285. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>(x)
    Definition Classes
    Long
  286. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  287. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  288. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  289. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  290. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  291. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  292. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>(x)
    Definition Classes
    Int
  293. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  294. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  295. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  296. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  297. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  298. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  299. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>(x)
    Definition Classes
    Short
  300. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  301. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  302. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  303. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  304. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  305. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  306. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>(x)
    Definition Classes
    Byte
  307. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  308. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  309. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  310. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  311. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  312. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  313. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>=(x)
    Definition Classes
    Long
  314. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  315. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  316. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  317. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  318. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  319. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  320. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>=(x)
    Definition Classes
    Int
  321. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  322. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  323. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  324. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  325. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  326. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  327. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>=(x)
    Definition Classes
    Short
  328. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  329. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  330. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  331. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  332. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  333. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  334. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>=(x)
    Definition Classes
    Byte
  335. def >>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>>(x)
    Definition Classes
    Long
  336. def >>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>>(x)
    Definition Classes
    Long
  337. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>>(x)
    Definition Classes
    Int
  338. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>>(x)
    Definition Classes
    Short
  339. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>>(x)
    Definition Classes
    Byte
  340. def >>>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>>>(x)
    Definition Classes
    Long
  341. def >>>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).>>>(x)
    Definition Classes
    Long
  342. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).>>>(x)
    Definition Classes
    Int
  343. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>>>(x)
    Definition Classes
    Short
  344. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>>>(x)
    Definition Classes
    Byte
  345. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).^(x)
    Definition Classes
    Long
  346. def ^(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).^(x)
    Definition Classes
    Long
  347. def ^(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).^(x)
    Definition Classes
    Long
  348. def ^(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).^(x)
    Definition Classes
    Long
  349. def ^(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).^(x)
    Definition Classes
    Long
  350. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).^(x)
    Definition Classes
    Int
  351. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).^(x)
    Definition Classes
    Int
  352. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).^(x)
    Definition Classes
    Int
  353. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).^(x)
    Definition Classes
    Int
  354. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).^(x)
    Definition Classes
    Int
  355. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).^(x)
    Definition Classes
    Short
  356. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).^(x)
    Definition Classes
    Short
  357. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).^(x)
    Definition Classes
    Short
  358. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).^(x)
    Definition Classes
    Short
  359. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).^(x)
    Definition Classes
    Short
  360. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).^(x)
    Definition Classes
    Byte
  361. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).^(x)
    Definition Classes
    Byte
  362. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).^(x)
    Definition Classes
    Byte
  363. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).^(x)
    Definition Classes
    Byte
  364. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).^(x)
    Definition Classes
    Byte
  365. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toByte
    Definition Classes
    Long
  366. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toByte
    Definition Classes
    Int
  367. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toByte
    Definition Classes
    Short
  368. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toByte
    Definition Classes
    Byte
  369. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toChar
    Definition Classes
    Long
  370. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toChar
    Definition Classes
    Int
  371. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toChar
    Definition Classes
    Short
  372. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toChar
    Definition Classes
    Byte
  373. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toDouble
    Definition Classes
    Long
  374. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toDouble
    Definition Classes
    Int
  375. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toDouble
    Definition Classes
    Short
  376. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toDouble
    Definition Classes
    Byte
  377. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toFloat
    Definition Classes
    Long
  378. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toFloat
    Definition Classes
    Int
  379. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toFloat
    Definition Classes
    Short
  380. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toFloat
    Definition Classes
    Byte
  381. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toInt
    Definition Classes
    Long
  382. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toInt
    Definition Classes
    Int
  383. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toInt
    Definition Classes
    Short
  384. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toInt
    Definition Classes
    Byte
  385. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toLong
    Definition Classes
    Long
  386. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toLong
    Definition Classes
    Int
  387. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toLong
    Definition Classes
    Short
  388. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toLong
    Definition Classes
    Byte
  389. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).toShort
    Definition Classes
    Long
  390. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).toShort
    Definition Classes
    Int
  391. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).toShort
    Definition Classes
    Short
  392. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).toShort
    Definition Classes
    Byte
  393. def unary_+: Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).unary_+
    Definition Classes
    Long
  394. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).unary_+
    Definition Classes
    Int
  395. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).unary_+
    Definition Classes
    Short
  396. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).unary_+
    Definition Classes
    Byte
  397. def unary_-: Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).unary_-
    Definition Classes
    Long
  398. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).unary_-
    Definition Classes
    Int
  399. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).unary_-
    Definition Classes
    Short
  400. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).unary_-
    Definition Classes
    Byte
  401. def unary_~: Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).unary_~
    Definition Classes
    Long
  402. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).unary_~
    Definition Classes
    Int
  403. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).unary_~
    Definition Classes
    Short
  404. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).unary_~
    Definition Classes
    Byte
  405. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).|(x)
    Definition Classes
    Long
  406. def |(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).|(x)
    Definition Classes
    Long
  407. def |(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).|(x)
    Definition Classes
    Long
  408. def |(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).|(x)
    Definition Classes
    Long
  409. def |(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: Long).|(x)
    Definition Classes
    Long
  410. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).|(x)
    Definition Classes
    Int
  411. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).|(x)
    Definition Classes
    Int
  412. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).|(x)
    Definition Classes
    Int
  413. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).|(x)
    Definition Classes
    Int
  414. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: Int).|(x)
    Definition Classes
    Int
  415. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).|(x)
    Definition Classes
    Short
  416. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).|(x)
    Definition Classes
    Short
  417. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).|(x)
    Definition Classes
    Short
  418. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).|(x)
    Definition Classes
    Short
  419. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).|(x)
    Definition Classes
    Short
  420. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).|(x)
    Definition Classes
    Byte
  421. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).|(x)
    Definition Classes
    Byte
  422. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).|(x)
    Definition Classes
    Byte
  423. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).|(x)
    Definition Classes
    Byte
  424. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).|(x)
    Definition Classes
    Byte

Deprecated Value Members

  1. def +(x: String): String
    Implicit
    This member is added by an implicit conversion from U4 toLong performed by method DrxU4ToLong 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:
    (u4: 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 U4 toInt performed by method DrxU4ToInt 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:
    (u4: 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: String): String
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).+(x)
    Definition Classes
    Short
    Annotations
    @deprecated
    Deprecated

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

  4. def +(x: String): String
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).+(x)
    Definition Classes
    Byte
    Annotations
    @deprecated
    Deprecated

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

  5. def <<(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: 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 <<(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).<<(x)
    Definition Classes
    Short
    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.

  7. def <<(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).<<(x)
    Definition Classes
    Byte
    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.

  8. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: 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.

  9. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>>(x)
    Definition Classes
    Short
    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.

  10. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>>(x)
    Definition Classes
    Byte
    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.

  11. def >>>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toInt performed by method DrxU4ToInt 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:
    (u4: 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.

  12. def >>>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toShort performed by method DrxU4ToShort 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:
    (u4: Short).>>>(x)
    Definition Classes
    Short
    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.

  13. def >>>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U4 toByte performed by method DrxU4ToByte 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:
    (u4: Byte).>>>(x)
    Definition Classes
    Byte
    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.

  14. def ?>(f: (U4) => Boolean): Option[U4]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] 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

  15. def |>[B](f: (U4) => B): B
    Implicit
    This member is added by an implicit conversion from U4 toDrxAny[U4] 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)

  16. def [B](y: B): (U4, B)
    Implicit
    This member is added by an implicit conversion from U4 toArrowAssoc[U4] 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 fromU4 to DrxAny[U4]

Inherited by implicit conversion DrxU4ToLong fromU4 to Long

Inherited by implicit conversion DrxU4ToInt fromU4 to Int

Inherited by implicit conversion DrxU4ToShort fromU4 to Short

Inherited by implicit conversion DrxU4ToByte fromU4 to Byte

Inherited by implicit conversion any2stringadd fromU4 to any2stringadd[U4]

Inherited by implicit conversion StringFormat fromU4 to StringFormat[U4]

Inherited by implicit conversion Ensuring fromU4 to Ensuring[U4]

Inherited by implicit conversion ArrowAssoc fromU4 to ArrowAssoc[U4]

Ungrouped