object Byte extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Byte
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final val BYTES: Int(1)
- def MAX_VALUE: scala.Byte
- Annotations
- @inline()
- def MIN_VALUE: scala.Byte
- Annotations
- @inline()
- final val SIZE: Int(8)
- final val TYPE: Class[scala.scalanative.runtime.PrimitiveByte](classOf[scala.scalanative.runtime.PrimitiveByte])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(x: scala.Byte, y: scala.Byte): Int
- Annotations
- @inline()
- def decode(nm: String): Byte
- Annotations
- @inline()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(b: scala.Byte): Int
- Annotations
- @inline()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseByte(s: String, radix: Int): scala.Byte
- Annotations
- @inline()
- def parseByte(s: String): scala.Byte
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(b: scala.Byte): String
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toUnsignedInt(x: scala.Byte): Int
- Annotations
- @inline()
- def toUnsignedLong(x: scala.Byte): scala.Long
- Annotations
- @inline()
- def valueOf(s: String, radix: Int): Byte
- Annotations
- @inline()
- def valueOf(s: String): Byte
- Annotations
- @inline()
- def valueOf(byteValue: scala.Byte): Byte
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()