miniboxing.runtime.math.MiniboxedNumeric

ByteIsMbIntegral

Related Docs: object ByteIsMbIntegral | package MiniboxedNumeric

trait ByteIsMbIntegral extends MiniboxedIntegral[Byte]

Linear Supertypes
MiniboxedIntegral[Byte], MiniboxedNumeric[Byte], MiniboxedOrdering[Byte], Serializable, 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 MiniboxedOps extends AnyRef

    Definition Classes
    MiniboxedOrdering
  3. 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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def abs(x: Byte): Byte

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

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  12. def finalize(): Unit

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

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

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

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

    Definition Classes
    MiniboxedOrdering
  17. def hashCode(): Int

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

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

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

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

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

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

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

    Definition Classes
    MiniboxedIntegralMiniboxedNumeric
  25. implicit def mkOrderingOps(lhs: Byte): MiniboxedOps

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

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

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

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

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

    Definition Classes
    MiniboxedOrdering
  31. def one: Byte

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ByteIsMbIntegralMiniboxedNumeric
  43. def toString(): String

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

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

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

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

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

    Definition Classes
    MiniboxedNumeric

Inherited from MiniboxedIntegral[Byte]

Inherited from MiniboxedNumeric[Byte]

Inherited from MiniboxedOrdering[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped