in scala
class Byte

abstract class Byte(x0: Byte)
extends AnyVal

Field Summary
final val value: Byte

Method Summary
  def !=(x0: Any): Boolean
  def !=(x0: Double): Boolean
  def !=(x0: Float): Boolean
  def !=(x0: Long): Boolean
  def !=(x0: Int): Boolean
  def %(x0: Double): Double
  def %(x0: Float): Float
  def %(x0: Long): Long
  def %(x0: Int): Int
  def &(x0: Long): Long
  def &(x0: Int): Int
  def *(x0: Double): Double
  def *(x0: Float): Float
  def *(x0: Long): Long
  def *(x0: Int): Int
  def +: Int
  def +(x0: String): String
  def +(x0: Double): Double
  def +(x0: Float): Float
  def +(x0: Long): Long
  def +(x0: Int): Int
  def -: Int
  def -(x0: Double): Double
  def -(x0: Float): Float
  def -(x0: Long): Long
  def -(x0: Int): Int
  def /(x0: Double): Double
  def /(x0: Float): Float
  def /(x0: Long): Long
  def /(x0: Int): Int
  def <(x0: Double): Boolean
  def <(x0: Float): Boolean
  def <(x0: Long): Boolean
  def <(x0: Int): Boolean
  def <<(x0: Int): Int
  def <<(x0: Long): Int
  def <=(x0: Double): Boolean
  def <=(x0: Float): Boolean
  def <=(x0: Long): Boolean
  def <=(x0: Int): Boolean
  def ==(x0: Any): Boolean
  def ==(x0: Double): Boolean
  def ==(x0: Float): Boolean
  def ==(x0: Long): Boolean
  def ==(x0: Int): Boolean
  def >(x0: Double): Boolean
  def >(x0: Float): Boolean
  def >(x0: Long): Boolean
  def >(x0: Int): Boolean
  def >=(x0: Double): Boolean
  def >=(x0: Float): Boolean
  def >=(x0: Long): Boolean
  def >=(x0: Int): Boolean
  def >>(x0: Int): Int
  def >>(x0: Long): Int
  def >>>(x0: Int): Int
  def >>>(x0: Long): Int
  def ^(x0: Long): Long
  def ^(x0: Int): Int
  def coerce: Double
  def coerce: Float
  def coerce: Long
  def coerce: Int
  def coerce: Short
  def equals(x0: Any): Boolean
  def hashCode(): Int
  def toString(): String
  def |(x0: Long): Long
  def |(x0: Int): Int
  def ~: Int

Methods inherited from scala/Any-class
asInstanceOf, isInstanceOf, match

Field Detail

value

  final val value: Byte
Method Detail

equals

  def equals(x0: Any): Boolean

hashCode

  def hashCode(): Int

toString

  def toString(): String

==

  def ==(x0: Any): Boolean

==

  def ==(x0: Double): Boolean

==

  def ==(x0: Float): Boolean

==

  def ==(x0: Long): Boolean

==

  def ==(x0: Int): Boolean

!=

  def !=(x0: Any): Boolean

!=

  def !=(x0: Double): Boolean

!=

  def !=(x0: Float): Boolean

!=

  def !=(x0: Long): Boolean

!=

  def !=(x0: Int): Boolean

+

  def +: Int

+

  def +(x0: String): String

+

  def +(x0: Double): Double

+

  def +(x0: Float): Float

+

  def +(x0: Long): Long

+

  def +(x0: Int): Int

-

  def -: Int

-

  def -(x0: Double): Double

-

  def -(x0: Float): Float

-

  def -(x0: Long): Long

-

  def -(x0: Int): Int

<

  def <(x0: Double): Boolean

<

  def <(x0: Float): Boolean

<

  def <(x0: Long): Boolean

<

  def <(x0: Int): Boolean

>

  def >(x0: Double): Boolean

>

  def >(x0: Float): Boolean

>

  def >(x0: Long): Boolean

>

  def >(x0: Int): Boolean

<=

  def <=(x0: Double): Boolean

<=

  def <=(x0: Float): Boolean

<=

  def <=(x0: Long): Boolean

<=

  def <=(x0: Int): Boolean

>=

  def >=(x0: Double): Boolean

>=

  def >=(x0: Float): Boolean

>=

  def >=(x0: Long): Boolean

>=

  def >=(x0: Int): Boolean

*

  def *(x0: Double): Double

*

  def *(x0: Float): Float

*

  def *(x0: Long): Long

*

  def *(x0: Int): Int

/

  def /(x0: Double): Double

/

  def /(x0: Float): Float

/

  def /(x0: Long): Long

/

  def /(x0: Int): Int

%

  def %(x0: Double): Double

%

  def %(x0: Float): Float

%

  def %(x0: Long): Long

%

  def %(x0: Int): Int

coerce

  def coerce: Double

coerce

  def coerce: Float

coerce

  def coerce: Long

coerce

  def coerce: Int

coerce

  def coerce: Short

~

  def ~: Int

<<

  def <<(x0: Int): Int

<<

  def <<(x0: Long): Int

>>

  def >>(x0: Int): Int

>>

  def >>(x0: Long): Int

>>>

  def >>>(x0: Int): Int

>>>

  def >>>(x0: Long): Int

|

  def |(x0: Long): Long

|

  def |(x0: Int): Int

&

  def &(x0: Long): Long

&

  def &(x0: Int): Int

^

  def ^(x0: Long): Long

^

  def ^(x0: Int): Int