Packages

final case class Byte(value: scala.Byte) extends Val with Product with Serializable

A 8-bit signed two’s complement integer.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Byte
  2. Serializable
  3. Product
  4. Equals
  5. Val
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Byte(value: scala.Byte)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def canonicalize: Val

    The canonical form of this

    The canonical form of this

    Definition Classes
    Val
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def isCanonical: Boolean

    true iff this is in canonical form.

    true iff this is in canonical form.

    Definition Classes
    Val
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def isMinusOne: Boolean

    true iff this is a numerical value equal to "-1".

    true iff this is a numerical value equal to "-1".

    Definition Classes
    Val
  13. final def isOne: Boolean

    true iff this is the value "1" in its type.

    true iff this is the value "1" in its type.

    Definition Classes
    Val
  14. final def isSignedMaxValue(is32BitPlatform: Boolean): Boolean

    true iff this is the maximum value of a signed numerical type.

    true iff this is the maximum value of a signed numerical type.

    Definition Classes
    Val
  15. final def isSignedMinValue(is32BitPlatform: Boolean): Boolean

    true iff this is the minimum value of a signed numerical type.

    true iff this is the minimum value of a signed numerical type.

    Definition Classes
    Val
  16. final def isUnsignedMaxValue: Boolean

    true iff this is the maximum value of an unsigned numerical type.

    true iff this is the maximum value of an unsigned numerical type.

    Definition Classes
    Val
  17. final def isUnsignedMinValue: Boolean

    true iff this is the minimum value of an unsigned numerical type.

    true iff this is the minimum value of an unsigned numerical type.

    Definition Classes
    Val
  18. final def isVirtual: Boolean

    true iff this represents a virtual value.

    true iff this represents a virtual value.

    Definition Classes
    Val
  19. final def isZero: Boolean

    true iff this is the "zero" value of its type.

    true iff this is the "zero" value of its type.

    Definition Classes
    Val
  20. final def ne(arg0: AnyRef): 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 productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  24. final def show: Predef.String

    A textual representation of this.

    A textual representation of this.

    Definition Classes
    Val
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def ty: Type

    The type of the value.

    The type of the value.

    Definition Classes
    Val
  27. val value: scala.Byte
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from Val

Inherited from AnyRef

Inherited from Any

Ungrouped