Packages

final class U8 extends AnyVal with Unsigned

Byte wrapper

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

Instance Constructors

  1. new U8(value: Byte)

Value Members

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

    better chaining for types

    better chaining for types

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

    optionally wrap an object

    optionally wrap an object

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

    a preApply f => f(a)

    a preApply f => f(a)

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

    side effect filter

    side effect filter

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

Shadowed Implicit Value Members

  1. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  2. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  3. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  4. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  5. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  6. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  7. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).!=(x)
    Definition Classes
    Long
  8. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  9. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  10. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  11. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  12. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  13. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  14. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).!=(x)
    Definition Classes
    Int
  15. def !=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  16. def !=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  17. def !=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  18. def !=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  19. def !=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  20. def !=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  21. def !=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).!=(x)
    Definition Classes
    Short
  22. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  23. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  24. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  25. def %(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  26. def %(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  27. def %(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  28. def %(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).%(x)
    Definition Classes
    Long
  29. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  30. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  31. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  32. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  33. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  34. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  35. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).%(x)
    Definition Classes
    Int
  36. def %(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  37. def %(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  38. def %(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  39. def %(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  40. def %(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  41. def %(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  42. def %(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).%(x)
    Definition Classes
    Short
  43. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).&(x)
    Definition Classes
    Long
  44. def &(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).&(x)
    Definition Classes
    Long
  45. def &(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).&(x)
    Definition Classes
    Long
  46. def &(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).&(x)
    Definition Classes
    Long
  47. def &(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).&(x)
    Definition Classes
    Long
  48. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).&(x)
    Definition Classes
    Int
  49. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).&(x)
    Definition Classes
    Int
  50. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).&(x)
    Definition Classes
    Int
  51. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).&(x)
    Definition Classes
    Int
  52. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).&(x)
    Definition Classes
    Int
  53. def &(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).&(x)
    Definition Classes
    Short
  54. def &(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).&(x)
    Definition Classes
    Short
  55. def &(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).&(x)
    Definition Classes
    Short
  56. def &(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).&(x)
    Definition Classes
    Short
  57. def &(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).&(x)
    Definition Classes
    Short
  58. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  59. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  60. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  61. def *(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  62. def *(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  63. def *(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  64. def *(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).*(x)
    Definition Classes
    Long
  65. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  66. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  67. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  68. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  69. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  70. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  71. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).*(x)
    Definition Classes
    Int
  72. def *(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  73. def *(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  74. def *(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  75. def *(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  76. def *(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  77. def *(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  78. def *(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).*(x)
    Definition Classes
    Short
  79. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  80. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  81. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  82. def +(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  83. def +(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  84. def +(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  85. def +(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).+(x)
    Definition Classes
    Long
  86. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  87. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  88. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  89. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  90. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  91. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  92. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).+(x)
    Definition Classes
    Int
  93. def +(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  94. def +(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  95. def +(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  96. def +(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  97. def +(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  98. def +(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  99. def +(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).+(x)
    Definition Classes
    Short
  100. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from U8 toany2stringadd[U8] 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:
    (u8: any2stringadd[U8]).+(other)
    Definition Classes
    any2stringadd
  101. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  102. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  103. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  104. def -(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  105. def -(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  106. def -(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  107. def -(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).-(x)
    Definition Classes
    Long
  108. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  109. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  110. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  111. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  112. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  113. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  114. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).-(x)
    Definition Classes
    Int
  115. def -(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  116. def -(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  117. def -(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  118. def -(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  119. def -(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  120. def -(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  121. def -(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).-(x)
    Definition Classes
    Short
  122. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  123. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  124. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  125. def /(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  126. def /(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  127. def /(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  128. def /(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long)./(x)
    Definition Classes
    Long
  129. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  130. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  131. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  132. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  133. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  134. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  135. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int)./(x)
    Definition Classes
    Int
  136. def /(x: Double): Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  137. def /(x: Float): Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  138. def /(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  139. def /(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  140. def /(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  141. def /(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  142. def /(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short)./(x)
    Definition Classes
    Short
  143. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  144. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  145. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  146. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  147. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  148. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  149. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<(x)
    Definition Classes
    Long
  150. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  151. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  152. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  153. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  154. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  155. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  156. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<(x)
    Definition Classes
    Int
  157. def <(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  158. def <(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  159. def <(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  160. def <(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  161. def <(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  162. def <(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  163. def <(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<(x)
    Definition Classes
    Short
  164. def <<(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<<(x)
    Definition Classes
    Long
  165. def <<(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<<(x)
    Definition Classes
    Long
  166. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<<(x)
    Definition Classes
    Int
  167. def <<(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<<(x)
    Definition Classes
    Short
  168. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  169. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  170. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  171. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  172. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  173. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  174. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).<=(x)
    Definition Classes
    Long
  175. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  176. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  177. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  178. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  179. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  180. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  181. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<=(x)
    Definition Classes
    Int
  182. def <=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  183. def <=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  184. def <=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  185. def <=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  186. def <=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  187. def <=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  188. def <=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).<=(x)
    Definition Classes
    Short
  189. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  190. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  191. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  192. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  193. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  194. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  195. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).==(x)
    Definition Classes
    Long
  196. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  197. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  198. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  199. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  200. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  201. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  202. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).==(x)
    Definition Classes
    Int
  203. def ==(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  204. def ==(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  205. def ==(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  206. def ==(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  207. def ==(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  208. def ==(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  209. def ==(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).==(x)
    Definition Classes
    Short
  210. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  211. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  212. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  213. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  214. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  215. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  216. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>(x)
    Definition Classes
    Long
  217. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  218. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  219. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  220. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  221. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  222. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  223. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>(x)
    Definition Classes
    Int
  224. def >(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  225. def >(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  226. def >(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  227. def >(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  228. def >(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  229. def >(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  230. def >(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>(x)
    Definition Classes
    Short
  231. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  232. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  233. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  234. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  235. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  236. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  237. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>=(x)
    Definition Classes
    Long
  238. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  239. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  240. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  241. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  242. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  243. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  244. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>=(x)
    Definition Classes
    Int
  245. def >=(x: Double): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  246. def >=(x: Float): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  247. def >=(x: Long): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  248. def >=(x: Int): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  249. def >=(x: Char): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  250. def >=(x: Short): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  251. def >=(x: Byte): Boolean
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>=(x)
    Definition Classes
    Short
  252. def >>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>>(x)
    Definition Classes
    Long
  253. def >>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>>(x)
    Definition Classes
    Long
  254. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>>(x)
    Definition Classes
    Int
  255. def >>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>>(x)
    Definition Classes
    Short
  256. def >>>(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>>>(x)
    Definition Classes
    Long
  257. def >>>(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).>>>(x)
    Definition Classes
    Long
  258. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).>>>(x)
    Definition Classes
    Int
  259. def >>>(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).>>>(x)
    Definition Classes
    Short
  260. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).^(x)
    Definition Classes
    Long
  261. def ^(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).^(x)
    Definition Classes
    Long
  262. def ^(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).^(x)
    Definition Classes
    Long
  263. def ^(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).^(x)
    Definition Classes
    Long
  264. def ^(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).^(x)
    Definition Classes
    Long
  265. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).^(x)
    Definition Classes
    Int
  266. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).^(x)
    Definition Classes
    Int
  267. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).^(x)
    Definition Classes
    Int
  268. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).^(x)
    Definition Classes
    Int
  269. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).^(x)
    Definition Classes
    Int
  270. def ^(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).^(x)
    Definition Classes
    Short
  271. def ^(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).^(x)
    Definition Classes
    Short
  272. def ^(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).^(x)
    Definition Classes
    Short
  273. def ^(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).^(x)
    Definition Classes
    Short
  274. def ^(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).^(x)
    Definition Classes
    Short
  275. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).toByte
    Definition Classes
    Long
  276. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).toByte
    Definition Classes
    Int
  277. def toByte: Byte
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).toByte
    Definition Classes
    Short
  278. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).toChar
    Definition Classes
    Long
  279. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).toChar
    Definition Classes
    Int
  280. def toChar: Char
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).toChar
    Definition Classes
    Short
  281. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).toDouble
    Definition Classes
    Long
  282. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).toDouble
    Definition Classes
    Int
  283. def toDouble: Double
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).toDouble
    Definition Classes
    Short
  284. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).toFloat
    Definition Classes
    Long
  285. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).toFloat
    Definition Classes
    Int
  286. def toFloat: Float
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).toFloat
    Definition Classes
    Short
  287. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).toInt
    Definition Classes
    Long
  288. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).toInt
    Definition Classes
    Int
  289. def toInt: Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).toInt
    Definition Classes
    Short
  290. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).toLong
    Definition Classes
    Long
  291. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).toLong
    Definition Classes
    Int
  292. def toLong: Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).toLong
    Definition Classes
    Short
  293. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: Long).toShort
    Definition Classes
    Long
  294. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt 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:
    (u8: Int).toShort
    Definition Classes
    Int
  295. def toShort: Short
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort 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:
    (u8: Short).toShort
    Definition Classes
    Short
  296. def unary_+: Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).unary_+
    Definition Classes
    Long
  297. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).unary_+
    Definition Classes
    Int
  298. def unary_+: Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).unary_+
    Definition Classes
    Short
  299. def unary_-: Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).unary_-
    Definition Classes
    Long
  300. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).unary_-
    Definition Classes
    Int
  301. def unary_-: Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).unary_-
    Definition Classes
    Short
  302. def unary_~: Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).unary_~
    Definition Classes
    Long
  303. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).unary_~
    Definition Classes
    Int
  304. def unary_~: Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).unary_~
    Definition Classes
    Short
  305. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).|(x)
    Definition Classes
    Long
  306. def |(x: Int): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).|(x)
    Definition Classes
    Long
  307. def |(x: Char): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).|(x)
    Definition Classes
    Long
  308. def |(x: Short): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).|(x)
    Definition Classes
    Long
  309. def |(x: Byte): Long
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Long).|(x)
    Definition Classes
    Long
  310. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).|(x)
    Definition Classes
    Int
  311. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).|(x)
    Definition Classes
    Int
  312. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).|(x)
    Definition Classes
    Int
  313. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).|(x)
    Definition Classes
    Int
  314. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).|(x)
    Definition Classes
    Int
  315. def |(x: Long): Long
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).|(x)
    Definition Classes
    Short
  316. def |(x: Int): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).|(x)
    Definition Classes
    Short
  317. def |(x: Char): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).|(x)
    Definition Classes
    Short
  318. def |(x: Short): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).|(x)
    Definition Classes
    Short
  319. def |(x: Byte): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Short).|(x)
    Definition Classes
    Short

Deprecated Value Members

  1. def +(x: String): String
    Implicit
    This member is added by an implicit conversion from U8 toLong performed by method DrxU8ToLong 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:
    (u8: 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 U8 toInt performed by method DrxU8ToInt 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:
    (u8: 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 U8 toShort performed by method DrxU8ToShort 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:
    (u8: 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: Long): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: Int).<<(x)
    Definition Classes
    Int
    Annotations
    @deprecated
    Deprecated

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

  5. def <<(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: 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.

  6. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: 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.

  7. def >>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: 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.

  8. def >>>(x: Long): Int
    Implicit
    This member is added by an implicit conversion from U8 toInt performed by method DrxU8ToInt in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: 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 U8 toShort performed by method DrxU8ToShort in cc.drx.predef.Conversions.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (u8: 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 ?>(f: (U8) => Boolean): Option[U8]

    alias for option if

    alias for option if

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

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

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

Inherited by implicit conversion DrxU8ToLong fromU8 to Long

Inherited by implicit conversion DrxU8ToInt fromU8 to Int

Inherited by implicit conversion DrxU8ToShort fromU8 to Short

Inherited by implicit conversion any2stringadd fromU8 to any2stringadd[U8]

Inherited by implicit conversion StringFormat fromU8 to StringFormat[U8]

Inherited by implicit conversion Ensuring fromU8 to Ensuring[U8]

Inherited by implicit conversion ArrowAssoc fromU8 to ArrowAssoc[U8]

Ungrouped