Packages

final class Double extends NumericConstant[BigDecimal] with Product with Serializable

Annotations
@tokenClass("double constant", true) @leafClass()
Linear Supertypes
NumericConstant[BigDecimal], Constant[BigDecimal], Literal, Token, java.io.Serializable, Product, scala.Equals, internal.tokens.Metadata.Token, Adt, InternalToken, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Double
  2. NumericConstant
  3. Constant
  4. Literal
  5. Token
  6. Serializable
  7. Product
  8. Equals
  9. Token
  10. Adt
  11. InternalToken
  12. AnyRef
  13. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Double(input: Input, dialect: Dialect, start: scala.Int, end: scala.Int, value: BigDecimal)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. def +(other: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Double toany2stringadd[Double] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Double, B)
    Implicit
    This member is added by an implicit conversion from Double toArrowAssoc[Double] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  6. def <=(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def >(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  9. def >=(that: Double): Boolean
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(other: Any): Boolean
    Definition Classes
    Double → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def compare(that: Double): scala.Int
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered
  14. def compareTo(that: Double): scala.Int
    Implicit
    This member is added by an implicit conversion from Double tomath.Ordered[Double] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type math.Ordering[Double] is in scope.
    Definition Classes
    Ordered → Comparable
  15. def copy(input: Input = this.input, dialect: Dialect = this.dialect, start: scala.Int = this.start, end: scala.Int = this.end, value: BigDecimal = this.value): Double
  16. val dialect: Dialect
    Definition Classes
    DoubleToken
  17. val end: scala.Int
    Definition Classes
    DoubleToken
  18. def ensuring(cond: (Double) => Boolean, msg: => Any): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Double) => Boolean): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Double
    Implicit
    This member is added by an implicit conversion from Double toEnsuring[Double] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean
    Definition Classes
    Double → Equals → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): scala.Int
    Definition Classes
    Double → AnyRef → Any
  27. val input: Input
    Definition Classes
    DoubleToken
  28. final def isEmpty: Boolean
    Definition Classes
    Token
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def pos: Position
    Definition Classes
    DoubleToken
  34. def productArity: scala.Int
    Definition Classes
    Double → Product
  35. def productElement(n: scala.Int): Any
    Definition Classes
    Double → Product
  36. def productElementName(n: scala.Int): Predef.String
    Definition Classes
    Product
  37. def productElementNames: Iterator[Predef.String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Double → Product
  39. def productPrefix: Predef.String
    Definition Classes
    Double → Product
  40. val start: scala.Int
    Definition Classes
    DoubleToken
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def text: Predef.String
    Definition Classes
    Token
  43. final def toString(): Predef.String
    Definition Classes
    Double → AnyRef → Any
  44. val value: BigDecimal
    Definition Classes
    DoubleConstant
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: Predef.String): Predef.String
    Implicit
    This member is added by an implicit conversion from Double toStringFormat[Double] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Double, B)
    Implicit
    This member is added by an implicit conversion from Double toArrowAssoc[Double] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from NumericConstant[BigDecimal]

Inherited from Constant[BigDecimal]

Inherited from Literal

Inherited from Token

Inherited from java.io.Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from internal.tokens.Metadata.Token

Inherited from Adt

Inherited from InternalToken

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered fromDouble to math.Ordered[Double]

Inherited by implicit conversion any2stringadd fromDouble to any2stringadd[Double]

Inherited by implicit conversion StringFormat fromDouble to StringFormat[Double]

Inherited by implicit conversion Ensuring fromDouble to Ensuring[Double]

Inherited by implicit conversion ArrowAssoc fromDouble to ArrowAssoc[Double]

Ungrouped