Packages

sealed trait Number extends ScalaNumber with ScalaNumericConversions with Serializable

Linear Supertypes
Serializable, ScalaNumericConversions, ScalaNumericAnyConversions, ScalaNumber, java.lang.Number, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Number
  2. Serializable
  3. ScalaNumericConversions
  4. ScalaNumericAnyConversions
  5. ScalaNumber
  6. Number
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def %(rhs: Number): Number
  2. abstract def *(rhs: Number): Number
  3. abstract def +(rhs: Number): Number
  4. abstract def -(rhs: Number): Number
  5. abstract def /(rhs: Number): Number
  6. abstract def /%(rhs: Number): (Number, Number)
  7. abstract def /~(rhs: Number): Number
  8. abstract def ===(rhs: Number): Boolean
  9. abstract def abs: Number
  10. abstract def canBeInt: Boolean
  11. abstract def canBeLong: Boolean
  12. abstract def ceil: Number
  13. abstract def compare(rhs: Number): Int
  14. abstract def doubleValue(): Double
    Definition Classes
    ScalaNumericAnyConversions
  15. abstract def floatValue(): Float
    Definition Classes
    ScalaNumericAnyConversions
  16. abstract def floor: Number
  17. abstract def intValue(): Int
    Definition Classes
    ScalaNumericAnyConversions
  18. abstract def isExact: Boolean
  19. abstract def isWhole(): Boolean
    Definition Classes
    ScalaNumericAnyConversions
  20. abstract def longValue(): Long
    Definition Classes
    ScalaNumericAnyConversions
  21. abstract def pow(rhs: Number): Number
  22. abstract def round: Number
  23. abstract def signum: Int
  24. abstract def toBigDecimal: BigDecimal
  25. abstract def toBigInt: BigInt
  26. abstract def toRational: Rational
  27. abstract def unary_-(): Number
  28. abstract def underlying(): AnyRef
    Definition Classes
    ScalaNumericConversions → ScalaNumericAnyConversions → ScalaNumber
  29. abstract def withinDouble: Boolean
  30. abstract def withinInt: Boolean
  31. abstract def withinLong: Boolean

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &(rhs: Number): Number
  4. final def **(rhs: Number): Number
  5. final def <(rhs: Number): Boolean
  6. def <<(rhs: Number): Number
  7. final def <=(rhs: Number): Boolean
  8. def =!=(rhs: Number): Boolean
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def >(rhs: Number): Boolean
  11. final def >=(rhs: Number): Boolean
  12. def >>(rhs: Number): Number
  13. def ^(rhs: Number): Number
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def byteValue(): Byte
    Definition Classes
    Number
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isValidByte: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  24. def isValidChar: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  25. def isValidInt: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  26. def isValidShort: Boolean
    Definition Classes
    ScalaNumericAnyConversions
  27. def max(rhs: Number): Number
  28. def min(rhs: Number): Number
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  32. def shortValue(): Short
    Definition Classes
    Number
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toByte: Byte
    Definition Classes
    ScalaNumericAnyConversions
  35. def toChar: Char
    Definition Classes
    ScalaNumericAnyConversions
  36. def toDouble: Double
    Definition Classes
    ScalaNumericAnyConversions
  37. def toFloat: Float
    Definition Classes
    ScalaNumericAnyConversions
  38. def toInt: Int
    Definition Classes
    ScalaNumericAnyConversions
  39. def toLong: Long
    Definition Classes
    ScalaNumericAnyConversions
  40. def toShort: Short
    Definition Classes
    ScalaNumericAnyConversions
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def unifiedPrimitiveEquals(x: Any): Boolean
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  43. def unifiedPrimitiveHashcode(): Int
    Attributes
    protected
    Definition Classes
    ScalaNumericAnyConversions
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def |(rhs: Number): Number

Inherited from Serializable

Inherited from ScalaNumericConversions

Inherited from ScalaNumericAnyConversions

Inherited from ScalaNumber

Inherited from java.lang.Number

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped