scala.MiniboxedNumeric

ByteIsMbIntegral

trait ByteIsMbIntegral extends MiniboxedIntegral[Byte]

Linear Supertypes
MiniboxedIntegral[Byte], MiniboxedNumeric[Byte], MiniboxedOrdering[Byte], Serializable, java.io.Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteIsMbIntegral
  2. MiniboxedIntegral
  3. MiniboxedNumeric
  4. MiniboxedOrdering
  5. Serializable
  6. Serializable
  7. AnyRef
  8. 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

Abstract Value Members

  1. abstract def compare(x: Byte, y: Byte): Int

    Definition Classes
    MiniboxedOrdering
  2. abstract val extractOrdering: Ordering[Byte]

    Definition Classes
    MiniboxedOrdering

Concrete 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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  14. def finalize(): Unit

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

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

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

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

    Definition Classes
    MiniboxedOrdering
  19. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    MiniboxedOrdering
  33. def one: Byte

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  45. def toString(): String

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

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

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

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

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

    Definition Classes
    MiniboxedNumeric

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