com.bryghts.numerics.impl

ShortExtendedNumeric

Related Doc: package impl

object ShortExtendedNumeric extends ShortIsIntegral with ShortOrdering with ExtendedIntegral[Short]

Created by dunlord on 22/02/15.

Linear Supertypes
ExtendedIntegral[Short], ExtendedNumeric[Short], NumericConverters[Short], NumericBuilders[Short], ShortOrdering, ShortIsIntegral, Integral[Short], Numeric[Short], Ordering[Short], PartialOrdering[Short], Equiv[Short], Serializable, Serializable, Comparator[Short], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShortExtendedNumeric
  2. ExtendedIntegral
  3. ExtendedNumeric
  4. NumericConverters
  5. NumericBuilders
  6. ShortOrdering
  7. ShortIsIntegral
  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: Short): Short

    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: Short, y: Short): Int

    Definition Classes
    ShortOrdering → 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: Short, y: Short): 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): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  13. def fromBigInt(x: BigInt): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  14. def fromByte(x: Byte): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  15. def fromChar(x: Char): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  16. def fromDouble(x: Double): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  17. def fromFloat(x: Float): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  18. def fromInt(x: Int): Short

    Definition Classes
    ShortIsIntegral → Numeric
  19. def fromLong(x: Long): Short

    Definition Classes
    ShortExtendedNumericNumericBuilders
  20. def fromShort(x: Short): Short

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

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

    Definition Classes
    ExtendedNumeric → Ordering → PartialOrdering
  23. def gteq(x: Short, y: Short): 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: Short, y: Short): Boolean

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

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

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

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

    Definition Classes
    ShortIsIntegral → Numeric
  31. implicit def mkNumericOps(lhs: Short): IntegralOps

    Definition Classes
    Integral → Numeric
  32. implicit def mkOrderingOps(lhs: Short): ShortExtendedNumeric.Ops

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

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

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

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

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

    Definition Classes
    Ordering
  38. def one: Short

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

    Definition Classes
    ShortIsIntegral → Numeric
  40. def quot(x: Short, y: Short): Short

    Definition Classes
    ShortIsIntegral → Integral
  41. def rem(x: Short, y: Short): Short

    Definition Classes
    ShortIsIntegral → Integral
  42. def reverse: Ordering[Short]

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

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

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

    Definition Classes
    ShortIsIntegral → Numeric
  46. def toBigDecimal(x: Short): BigDecimal

  47. def toBigInt(x: Short): BigInt

  48. def toByte(x: Short): Byte

  49. def toChar(x: Short): Char

  50. def toDouble(x: Short): Double

    Definition Classes
    ShortIsIntegral → Numeric
  51. def toFloat(x: Short): Float

    Definition Classes
    ShortIsIntegral → Numeric
  52. def toInt(x: Short): Int

    Definition Classes
    ShortIsIntegral → Numeric
  53. def toLong(x: Short): Long

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

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. def tryCompare(x: Short, y: Short): 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: Short

    Definition Classes
    Numeric

Inherited from ExtendedIntegral[Short]

Inherited from ExtendedNumeric[Short]

Inherited from NumericConverters[Short]

Inherited from NumericBuilders[Short]

Inherited from ShortOrdering

Inherited from ShortIsIntegral

Inherited from Integral[Short]

Inherited from Numeric[Short]

Inherited from Ordering[Short]

Inherited from PartialOrdering[Short]

Inherited from Equiv[Short]

Inherited from Serializable

Inherited from Serializable

Inherited from Comparator[Short]

Inherited from AnyRef

Inherited from Any

Ungrouped