com.bryghts.numerics.impl

ByteExtendedNumeric

Related Doc: package impl

object ByteExtendedNumeric extends ByteIsIntegral with ByteOrdering with ExtendedIntegral[Byte]

Created by dunlord on 22/02/15.

Linear Supertypes
ExtendedIntegral[Byte], ExtendedNumeric[Byte], NumericConverters[Byte], NumericBuilders[Byte], ByteOrdering, ByteIsIntegral, Integral[Byte], Numeric[Byte], Ordering[Byte], PartialOrdering[Byte], Equiv[Byte], Serializable, Serializable, Comparator[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteExtendedNumeric
  2. ExtendedIntegral
  3. ExtendedNumeric
  4. NumericConverters
  5. NumericBuilders
  6. ByteOrdering
  7. ByteIsIntegral
  8. Integral
  9. Numeric
  10. Ordering
  11. PartialOrdering
  12. Equiv
  13. Serializable
  14. Serializable
  15. Comparator
  16. AnyRef
  17. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class IntegralOps extends scala.math.Integral.Ops

    Definition Classes
    Integral
  2. class Ops extends AnyRef

    Definition Classes
    Numeric

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
    Numeric
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Definition Classes
    ByteOrdering → Ordering → Comparator
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Ordering → PartialOrdering → Equiv
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromBigDecimal(x: BigDecimal): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  13. def fromBigInt(x: BigInt): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  14. def fromByte(x: Byte): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  15. def fromChar(x: Char): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  16. def fromDouble(x: Double): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  17. def fromFloat(x: Float): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  18. def fromInt(x: Int): Byte

    Definition Classes
    ByteIsIntegral → Numeric
  19. def fromLong(x: Long): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  20. def fromShort(x: Short): Byte

    Definition Classes
    ByteExtendedNumericNumericBuilders
  21. final def getClass(): Class[_]

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

    Definition Classes
    ExtendedNumeric → Ordering → PartialOrdering
  23. def gteq(x: Byte, y: Byte): Boolean

    Definition Classes
    ExtendedNumeric → Ordering → PartialOrdering
  24. def hashCode(): Int

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

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

    Definition Classes
    ExtendedNumeric → Ordering → PartialOrdering
  27. def lteq(x: Byte, y: Byte): Boolean

    Definition Classes
    ExtendedNumeric → Ordering → PartialOrdering
  28. def max(x: Byte, y: Byte): Byte

    Definition Classes
    Ordering
  29. def min(x: Byte, y: Byte): Byte

    Definition Classes
    Ordering
  30. def minus(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Numeric
  31. implicit def mkNumericOps(lhs: Byte): IntegralOps

    Definition Classes
    Integral → Numeric
  32. implicit def mkOrderingOps(lhs: Byte): ByteExtendedNumeric.Ops

    Definition Classes
    Ordering
  33. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    ByteIsIntegral → Numeric
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def on[U](f: (U) ⇒ Byte): Ordering[U]

    Definition Classes
    Ordering
  38. def one: Byte

    Definition Classes
    Numeric
  39. def plus(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Numeric
  40. def quot(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Integral
  41. def rem(x: Byte, y: Byte): Byte

    Definition Classes
    ByteIsIntegral → Integral
  42. def reverse: Ordering[Byte]

    Definition Classes
    Ordering → PartialOrdering
  43. def signum(x: Byte): Int

    Definition Classes
    Numeric
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    ByteIsIntegral → Numeric
  46. def toBigDecimal(x: Byte): BigDecimal

    Definition Classes
    ByteExtendedNumericNumericConverters
  47. def toBigInt(x: Byte): BigInt

    Definition Classes
    ByteExtendedNumericNumericConverters
  48. def toByte(x: Byte): Byte

    Definition Classes
    ByteExtendedNumericNumericConverters
  49. def toChar(x: Byte): Char

    Definition Classes
    ByteExtendedNumericNumericConverters
  50. def toDouble(x: Byte): Double

    Definition Classes
    ByteIsIntegral → Numeric
  51. def toFloat(x: Byte): Float

    Definition Classes
    ByteIsIntegral → Numeric
  52. def toInt(x: Byte): Int

    Definition Classes
    ByteIsIntegral → Numeric
  53. def toLong(x: Byte): Long

    Definition Classes
    ByteIsIntegral → Numeric
  54. def toShort(x: Byte): Short

    Definition Classes
    ByteExtendedNumericNumericConverters
  55. def toString(): String

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

    Definition Classes
    Ordering → PartialOrdering
  57. final def wait(): Unit

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

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

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

    Definition Classes
    Numeric

Inherited from ExtendedIntegral[Byte]

Inherited from ExtendedNumeric[Byte]

Inherited from NumericConverters[Byte]

Inherited from NumericBuilders[Byte]

Inherited from ByteOrdering

Inherited from ByteIsIntegral

Inherited from Integral[Byte]

Inherited from Numeric[Byte]

Inherited from Ordering[Byte]

Inherited from PartialOrdering[Byte]

Inherited from Equiv[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped