scala.MiniboxedNumeric

ByteIsMbIntegral

object ByteIsMbIntegral extends ByteIsMbIntegral with ByteMbOrdering

Linear Supertypes
ByteMbOrdering, ByteIsMbIntegral, MiniboxedIntegral[Byte], MiniboxedNumeric[Byte], MiniboxedOrdering[Byte], Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteIsMbIntegral
  2. ByteMbOrdering
  3. ByteIsMbIntegral
  4. MiniboxedIntegral
  5. MiniboxedNumeric
  6. MiniboxedOrdering
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class IntegralOps extends Ops

    Definition Classes
    MiniboxedIntegral
  2. class Ops extends AnyRef

    Definition Classes
    MiniboxedNumeric

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def abs(x: Byte): Byte

    Definition Classes
    MiniboxedNumeric
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: Byte, y: Byte): Int

    Definition Classes
    ByteMbOrderingMiniboxedOrdering
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def equiv(x: Byte, y: Byte): Boolean

    Definition Classes
    MiniboxedOrdering
  13. val extractIntegral: Integral[Byte]

    Definition Classes
    ByteIsMbIntegralMiniboxedIntegral
  14. val extractNumeric: Numeric[Byte]

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  15. val extractOrdering: Ordering[Byte]

    Definition Classes
    ByteMbOrderingMiniboxedOrdering
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromInt(x: Int): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def gt(x: Byte, y: Byte): Boolean

    Definition Classes
    MiniboxedOrdering
  20. def gteq(x: Byte, y: Byte): Boolean

    Definition Classes
    MiniboxedOrdering
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def lt(x: Byte, y: Byte): Boolean

    Definition Classes
    MiniboxedOrdering
  24. def lteq(x: Byte, y: Byte): Boolean

    Definition Classes
    MiniboxedOrdering
  25. def max(x: Byte, y: Byte): Byte

    Definition Classes
    MiniboxedOrdering
  26. def min(x: Byte, y: Byte): Byte

    Definition Classes
    MiniboxedOrdering
  27. def minus(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  28. implicit def mkNumericOps(lhs: Byte): IntegralOps

    Definition Classes
    MiniboxedIntegralMiniboxedNumeric
  29. implicit def mkOrderingOps(lhs: Byte): MiniboxedOps[Byte]

    Definition Classes
    MiniboxedOrdering
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def negate(x: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def on[U](f: (U) ⇒ Byte): MiniboxedOrdering[U]

    Definition Classes
    MiniboxedOrdering
  35. def one: Byte

    Definition Classes
    MiniboxedNumeric
  36. def plus(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  37. def quot(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedIntegral
  38. def rem(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedIntegral
  39. def reverse: MiniboxedOrdering[Byte]

    Definition Classes
    MiniboxedOrdering
  40. def signum(x: Byte): Int

    Definition Classes
    MiniboxedNumeric
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def times(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  43. def toDouble(x: Byte): Double

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  44. def toFloat(x: Byte): Float

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  45. def toInt(x: Byte): Int

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  46. def toLong(x: Byte): Long

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def tryCompare(x: Byte, y: Byte): Some[Int]

    Definition Classes
    MiniboxedOrdering
  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def zero: Byte

    Definition Classes
    MiniboxedNumeric

Inherited from ByteMbOrdering

Inherited from ByteIsMbIntegral

Inherited from MiniboxedIntegral[Byte]

Inherited from MiniboxedNumeric[Byte]

Inherited from MiniboxedOrdering[Byte]

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped