Packages

object Byte extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Byte
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final val BYTES: Int(1)
  5. def MAX_VALUE: scala.Byte
    Annotations
    @inline()
  6. def MIN_VALUE: scala.Byte
    Annotations
    @inline()
  7. final val SIZE: Int(8)
  8. final val TYPE: Class[scala.scalanative.runtime.PrimitiveByte](classOf[scala.scalanative.runtime.PrimitiveByte])
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compare(x: scala.Byte, y: scala.Byte): Int
    Annotations
    @inline()
  12. def decode(nm: String): Byte
    Annotations
    @inline()
  13. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(b: scala.Byte): Int
    Annotations
    @inline()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def parseByte(s: String, radix: Int): scala.Byte
    Annotations
    @inline()
  24. def parseByte(s: String): scala.Byte
    Annotations
    @inline()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(b: scala.Byte): String
    Annotations
    @inline()
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toUnsignedInt(x: scala.Byte): Int
    Annotations
    @inline()
  29. def toUnsignedLong(x: scala.Byte): scala.Long
    Annotations
    @inline()
  30. def valueOf(s: String, radix: Int): Byte
    Annotations
    @inline()
  31. def valueOf(s: String): Byte
    Annotations
    @inline()
  32. def valueOf(byteValue: scala.Byte): Byte
    Annotations
    @inline()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: scala.Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped