Class/Object

smile.json

JsDouble

Related Docs: object JsDouble | package json

Permalink

case class JsDouble(value: Double) extends JsValue with Ordered[JsDouble] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsDouble], Comparable[JsDouble], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDouble
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. JsValue
  9. Dynamic
  10. AnyRef
  11. Any
Implicitly
  1. by json2Double
  2. by orderingToOrdered
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsDouble(value: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  4. def %(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  5. def %(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  6. def %(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  7. def %(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  8. def %(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  9. def %(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  10. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  11. def *(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  12. def *(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  13. def *(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  14. def *(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  15. def *(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  16. def *(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  17. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  18. def +(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  19. def +(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  20. def +(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  21. def +(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  22. def +(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  23. def +(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  24. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  25. def -(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  26. def -(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  27. def -(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  28. def -(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  29. def -(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  30. def -(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  31. def ->[B](y: B): (JsDouble, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to ArrowAssoc[JsDouble] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  32. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  33. def /(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  34. def /(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  35. def /(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  36. def /(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  37. def /(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  38. def /(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  39. def <(that: JsDouble): Boolean

    Permalink
    Definition Classes
    Ordered
  40. def <=(that: JsDouble): Boolean

    Permalink
    Definition Classes
    Ordered
  41. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  42. def >(that: JsDouble): Boolean

    Permalink
    Definition Classes
    Ordered
  43. def >=(that: JsDouble): Boolean

    Permalink
    Definition Classes
    Ordered
  44. def apply(range: Range): JsArray

    Permalink
    Definition Classes
    JsValue
  45. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  46. def apply(start: Int, end: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  47. def apply(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  48. def apply(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  49. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  50. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsDoubleJsValue
  51. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  52. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  53. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  54. def asDouble: Double

    Permalink
    Definition Classes
    JsDoubleJsValue
  55. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  56. def asInt: Int

    Permalink
    Definition Classes
    JsDoubleJsValue
  57. def asLong: Long

    Permalink
    Definition Classes
    JsDoubleJsValue
  58. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  59. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  60. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  62. def compare(that: JsDouble): Int

    Permalink
    Definition Classes
    JsDouble → Ordered
  63. def compareTo(that: JsDouble): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  64. def ensuring(cond: (JsDouble) ⇒ Boolean, msg: ⇒ Any): JsDouble

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ensuring[JsDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  65. def ensuring(cond: (JsDouble) ⇒ Boolean): JsDouble

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ensuring[JsDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. def ensuring(cond: Boolean, msg: ⇒ Any): JsDouble

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ensuring[JsDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: Boolean): JsDouble

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ensuring[JsDouble] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  69. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    JsDouble → Equals → AnyRef → Any
  70. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  71. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to StringFormat[JsDouble] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  72. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  73. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  75. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  76. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  77. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  78. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  79. def remove(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  80. def remove(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  81. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  83. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  84. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  85. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  86. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  87. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  88. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  89. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  90. def toString(): String

    Permalink
    Definition Classes
    JsDoubleJsValue → AnyRef → Any
  91. def unary_+: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  92. def unary_-: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Definition Classes
    Double
  93. def update(index: Int, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  94. def update(key: String, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  95. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  96. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  97. val value: Double

    Permalink
  98. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. def [B](y: B): (JsDouble, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to ArrowAssoc[JsDouble] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  2. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  3. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  4. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  5. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  6. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  7. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).!=(x)
    Definition Classes
    Double
  8. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDouble: Double).+(x)
    Definition Classes
    Double
  9. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to any2stringadd[JsDouble] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDouble: any2stringadd[JsDouble]).+(other)
    Definition Classes
    any2stringadd
  10. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  11. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  12. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  13. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  14. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  15. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  16. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<(x)
    Definition Classes
    Double
  17. def <(that: JsDouble): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).<(that)
    Definition Classes
    Ordered
  18. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  19. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  20. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  21. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  22. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  23. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  24. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).<=(x)
    Definition Classes
    Double
  25. def <=(that: JsDouble): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).<=(that)
    Definition Classes
    Ordered
  26. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  27. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  28. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  29. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  30. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  31. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  32. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).==(x)
    Definition Classes
    Double
  33. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  34. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  35. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  36. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  37. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  38. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  39. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>(x)
    Definition Classes
    Double
  40. def >(that: JsDouble): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).>(that)
    Definition Classes
    Ordered
  41. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  42. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  43. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  44. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  45. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  46. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  47. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Double performed by method json2Double in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Double).>=(x)
    Definition Classes
    Double
  48. def >=(that: JsDouble): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).>=(that)
    Definition Classes
    Ordered
  49. def compare(that: JsDouble): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).compare(that)
    Definition Classes
    Ordered
  50. def compareTo(that: JsDouble): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Ordered[JsDouble] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDouble: Ordered[JsDouble]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[JsDouble]

Inherited from Comparable[JsDouble]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion json2Double from JsDouble to Double

Inherited by implicit conversion orderingToOrdered from JsDouble to Ordered[JsDouble]

Inherited by implicit conversion any2stringadd from JsDouble to any2stringadd[JsDouble]

Inherited by implicit conversion StringFormat from JsDouble to StringFormat[JsDouble]

Inherited by implicit conversion Ensuring from JsDouble to Ensuring[JsDouble]

Inherited by implicit conversion ArrowAssoc from JsDouble to ArrowAssoc[JsDouble]

Ungrouped