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 json2ByteArray
  2. by json2String
  3. by json2Date
  4. by json2Timestamp
  5. by json2LocalDateTime
  6. by json2LocalTime
  7. by json2LocalDate
  8. by json2BigDecimal
  9. by json2Double
  10. by json2Long
  11. by json2Int
  12. by json2Boolean
  13. by json2Double
  14. by orderingToOrdered
  15. by any2stringadd
  16. by StringFormat
  17. by Ensuring
  18. 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: Boolean): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  5. 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()
  6. def <(that: JsDouble): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Ordered
  11. def ^(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  12. def abs(arg0: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  13. def abs(): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  14. def add(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  15. def add(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  16. def apply(range: Range): JsArray

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  21. def applyDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  22. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsDoubleJsValue
  23. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  24. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  25. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  26. def asDouble: Double

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

    Permalink
    Definition Classes
    Any
  28. def asInt: Int

    Permalink
    Definition Classes
    JsDoubleJsValue
  29. def asLong: Long

    Permalink
    Definition Classes
    JsDoubleJsValue
  30. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  31. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  32. def atDate(arg0: LocalDate): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  33. def atStartOfDay(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  34. def atStartOfDay(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  35. def atTime(arg0: OffsetTime): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  36. def atTime(arg0: Int, arg1: Int, arg2: Int, arg3: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  37. def atTime(arg0: Int, arg1: Int, arg2: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  38. def atTime(arg0: Int, arg1: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate
  39. def atTime(arg0: LocalTime): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  40. def atZone(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  41. def byteValue(): Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    Number
  42. def byteValueExact(): Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  43. def charAt(arg0: Int): Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String → CharSequence
  44. def chars(): IntStream

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    CharSequence
  45. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def codePointAt(arg0: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  47. def codePointBefore(arg0: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  48. def codePointCount(arg0: Int, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  49. def codePoints(): IntStream

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    CharSequence
  50. def compactPrint: String

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

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

    Permalink
    Definition Classes
    Ordered → Comparable
  53. def compareToIgnoreCase(arg0: String): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  54. def concat(arg0: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  55. def contains(arg0: CharSequence): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  56. def contentEquals(arg0: CharSequence): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  57. def contentEquals(arg0: StringBuffer): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  58. def divide(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  59. def divide(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  60. def divide(arg0: BigDecimal, arg1: RoundingMode): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  61. def divide(arg0: BigDecimal, arg1: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  62. def divide(arg0: BigDecimal, arg1: Int, arg2: RoundingMode): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  63. def divide(arg0: BigDecimal, arg1: Int, arg2: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  64. def divideAndRemainder(arg0: BigDecimal, arg1: MathContext): Array[BigDecimal]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  65. def divideAndRemainder(arg0: BigDecimal): Array[BigDecimal]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  66. def divideToIntegralValue(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  67. def divideToIntegralValue(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  68. def doubleValue(): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal → Number
  69. def endsWith(arg0: String): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  70. 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
  71. 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
  72. 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
  73. 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
  74. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    JsDouble → Equals → AnyRef → Any
  76. def equalsIgnoreCase(arg0: String): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  77. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  78. def floatValue(): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal → Number
  79. 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()
  80. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  81. def getBytes(): Array[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  82. def getBytes(arg0: Charset): Array[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  83. def getBytes(arg0: String): Array[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
    Annotations
    @throws( ... )
  84. def getChars(arg0: Int, arg1: Int, arg2: Array[Char], arg3: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  85. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  86. def getEra(): Era

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  87. def getNanos(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  88. def indexOf(arg0: String, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  89. def indexOf(arg0: String): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  90. def indexOf(arg0: Int, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  91. def indexOf(arg0: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  92. def intValue(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal → Number
  93. def intValueExact(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  94. def intern(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  95. def isAfter(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  96. def isAfter(arg0: LocalTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  97. def isAfter(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  98. def isBefore(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  99. def isBefore(arg0: LocalTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  100. def isBefore(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  101. def isEmpty(): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  102. def isEqual(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  103. def isEqual(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  104. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  105. def isLeapYear(): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  106. def lastIndexOf(arg0: String, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  107. def lastIndexOf(arg0: String): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  108. def lastIndexOf(arg0: Int, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  109. def lastIndexOf(arg0: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  110. def length: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Array[Byte] performed by method json2ByteArray in smile.json.
    Definition Classes
    Array
  111. def length(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String → CharSequence
  112. def lengthOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  113. def lengthOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  114. def longValue(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal → Number
  115. def longValueExact(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  116. def matches(arg0: String): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  117. def max(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  118. def min(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  119. def movePointLeft(arg0: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  120. def movePointRight(arg0: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  121. def multiply(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  122. def multiply(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  123. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  124. def negate(arg0: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  125. def negate(): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  126. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  128. def offsetByCodePoints(arg0: Int, arg1: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  129. def plus(arg0: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  130. def plus(): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  131. def pow(arg0: Int, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  132. def pow(arg0: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  133. def precision(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  134. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  135. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  136. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime → TemporalAccessor
  137. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  138. def regionMatches(arg0: Boolean, arg1: Int, arg2: String, arg3: Int, arg4: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  139. def regionMatches(arg0: Int, arg1: String, arg2: Int, arg3: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  140. def remainder(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  141. def remainder(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  142. def remove(index: Int): JsValue

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

    Permalink
    Definition Classes
    JsValue
  144. def replace(arg0: CharSequence, arg1: CharSequence): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  145. def replace(arg0: Char, arg1: Char): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  146. def replaceAll(arg0: String, arg1: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  147. def replaceFirst(arg0: String, arg1: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  148. def round(arg0: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  149. def scale(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  150. def scaleByPowerOfTen(arg0: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  151. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  152. def setNanos(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  153. def setScale(arg0: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  154. def setScale(arg0: Int, arg1: Int): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  155. def setScale(arg0: Int, arg1: RoundingMode): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  156. def shortValue(): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    Number
  157. def shortValueExact(): Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  158. def signum(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  159. def split(arg0: String): Array[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  160. def split(arg0: String, arg1: Int): Array[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  161. def startsWith(arg0: String): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  162. def startsWith(arg0: String, arg1: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  163. def stripTrailingZeros(): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  164. def subSequence(arg0: Int, arg1: Int): CharSequence

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String → CharSequence
  165. def substring(arg0: Int, arg1: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  166. def substring(arg0: Int): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  167. def subtract(arg0: BigDecimal, arg1: MathContext): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  168. def subtract(arg0: BigDecimal): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  169. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  170. def toBigInteger(): BigInteger

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  171. def toBigIntegerExact(): BigInteger

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  172. def toCharArray(): Array[Char]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  173. def toEngineeringString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  174. def toEpochDay(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  175. def toEpochSecond(arg0: ZoneOffset): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    ChronoLocalDateTime
  176. def toInstant(arg0: ZoneOffset): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    ChronoLocalDateTime
  177. def toLocalDate(): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  178. def toLocalDateTime(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  179. def toLocalTime(): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  180. def toLowerCase(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  181. def toLowerCase(arg0: Locale): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  182. def toNanoOfDay(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  183. def toPlainString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  184. def toSecondOfDay(): Int

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

    Permalink
    Definition Classes
    JsDoubleJsValue → AnyRef → Any
  186. def toUpperCase(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  187. def toUpperCase(arg0: Locale): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  188. def trim(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
  189. def ulp(): BigDecimal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  190. def unary_!: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  191. def unscaledValue(): BigInteger

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  192. def until(arg0: ChronoLocalDate): Period

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  197. val value: Double

    Permalink
  198. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  201. def |(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  202. def ||(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  203. 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: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  9. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  10. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  11. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  12. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  13. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  14. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).!=(x)
    Definition Classes
    Long
  15. def !=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  16. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  17. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  18. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  19. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  20. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  21. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).!=(x)
    Definition Classes
    Int
  22. def !=(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean 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: Boolean).!=(x)
    Definition Classes
    Boolean
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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.
    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
  31. 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.
    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
  32. 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.
    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
  33. 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.
    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
  34. 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.
    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
  35. 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.
    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
  36. 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.
    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
  37. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  38. def %(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  39. def %(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  40. def %(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  41. def %(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  42. def %(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  43. def %(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).%(x)
    Definition Classes
    Long
  44. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  45. def %(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  46. def %(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  47. def %(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  48. def %(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  49. def %(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  50. def %(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).%(x)
    Definition Classes
    Int
  51. 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.
    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
  52. 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.
    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
  53. 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.
    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
  54. 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.
    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
  55. 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.
    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
  56. 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.
    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
  57. 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.
    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
  58. def &(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).&(x)
    Definition Classes
    Long
  59. def &(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).&(x)
    Definition Classes
    Long
  60. def &(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).&(x)
    Definition Classes
    Long
  61. def &(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).&(x)
    Definition Classes
    Long
  62. def &(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).&(x)
    Definition Classes
    Long
  63. def &(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).&(x)
    Definition Classes
    Int
  64. def &(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).&(x)
    Definition Classes
    Int
  65. def &(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).&(x)
    Definition Classes
    Int
  66. def &(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).&(x)
    Definition Classes
    Int
  67. def &(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).&(x)
    Definition Classes
    Int
  68. 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.
    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
  69. 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.
    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
  70. 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.
    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
  71. 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.
    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
  72. 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.
    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
  73. 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.
    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
  74. 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.
    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
  75. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  76. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  77. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  78. def *(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  79. def *(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  80. def *(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  81. def *(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).*(x)
    Definition Classes
    Long
  82. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  83. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  84. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  85. def *(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  86. def *(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  87. def *(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  88. def *(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).*(x)
    Definition Classes
    Int
  89. 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.
    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
  90. 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.
    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
  91. 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.
    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
  92. 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.
    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
  93. 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.
    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
  94. 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.
    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
  95. 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.
    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
  96. final def +(arg0: Any): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String 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: String).+(arg0)
    Definition Classes
    String
  97. 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.
    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
  98. 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.
    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
  99. 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.
    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
  100. 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.
    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
  101. 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.
    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
  102. 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.
    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
  103. 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.
    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
  104. 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
  105. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  106. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  107. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  108. def +(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  109. def +(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  110. def +(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  111. def +(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  112. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).+(x)
    Definition Classes
    Long
  113. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  114. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  115. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  116. def +(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  117. def +(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  118. def +(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  119. def +(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  120. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).+(x)
    Definition Classes
    Int
  121. 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.
    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
  122. 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.
    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
  123. 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.
    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
  124. 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.
    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
  125. 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.
    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
  126. 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.
    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
  127. 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.
    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
  128. 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
  129. 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
  130. 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.
    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
  131. 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.
    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
  132. 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.
    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
  133. 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.
    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
  134. 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.
    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
  135. 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.
    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
  136. 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.
    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
  137. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  138. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  139. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  140. def -(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  141. def -(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  142. def -(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  143. def -(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).-(x)
    Definition Classes
    Long
  144. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  145. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  146. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  147. def -(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  148. def -(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  149. def -(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  150. def -(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).-(x)
    Definition Classes
    Int
  151. 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.
    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
  152. 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.
    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
  153. 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.
    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
  154. 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.
    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
  155. 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.
    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
  156. 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.
    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
  157. 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.
    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
  158. 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.
    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
  159. 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.
    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
  160. 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.
    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
  161. 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.
    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
  162. 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.
    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
  163. 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.
    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
  164. 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.
    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
  165. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  166. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  167. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  168. def /(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  169. def /(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  170. def /(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  171. def /(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long)./(x)
    Definition Classes
    Long
  172. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  173. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  174. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  175. def /(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  176. def /(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  177. def /(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  178. def /(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int)./(x)
    Definition Classes
    Int
  179. 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.
    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
  180. 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.
    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
  181. 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.
    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
  182. 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.
    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
  183. 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.
    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
  184. 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.
    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
  185. 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.
    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
  186. 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
  187. 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
  188. 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
  189. 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
  190. 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
  191. 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
  192. 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
  193. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  194. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  195. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  196. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  197. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  198. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  199. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<(x)
    Definition Classes
    Long
  200. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  201. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  202. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  203. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  204. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  205. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  206. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<(x)
    Definition Classes
    Int
  207. 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
  208. 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
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. 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
  215. def <<(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<<(x)
    Definition Classes
    Long
  216. def <<(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<<(x)
    Definition Classes
    Long
  217. def <<(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<<(x)
    Definition Classes
    Int
  218. def <<(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<<(x)
    Definition Classes
    Int
  219. 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
  220. 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
  221. 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
  222. 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
  223. 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
  224. 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
  225. 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
  226. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  227. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  228. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  229. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  230. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  231. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  232. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).<=(x)
    Definition Classes
    Long
  233. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  234. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  235. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  236. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  237. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  238. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  239. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).<=(x)
    Definition Classes
    Int
  240. 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
  241. 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
  242. 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
  243. 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
  244. 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
  245. 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
  246. 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
  247. 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
  248. 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
  249. 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
  250. 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
  251. 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
  252. 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
  253. 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
  254. 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
  255. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  256. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  257. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  258. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  259. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  260. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  261. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).==(x)
    Definition Classes
    Long
  262. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  263. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  264. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  265. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  266. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  267. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  268. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).==(x)
    Definition Classes
    Int
  269. def ==(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Boolean performed by method json2Boolean 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: Boolean).==(x)
    Definition Classes
    Boolean
  270. 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
  271. 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
  272. 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
  273. 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
  274. 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
  275. 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
  276. 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
  277. 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
  278. 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
  279. 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
  280. 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
  281. 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
  282. 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
  283. 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
  284. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  285. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  286. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  287. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  288. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  289. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  290. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>(x)
    Definition Classes
    Long
  291. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  292. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  293. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  294. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  295. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  296. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  297. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>(x)
    Definition Classes
    Int
  298. 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
  299. 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
  300. 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
  301. 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
  302. 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
  303. 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
  304. 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
  305. 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
  306. 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
  307. 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
  308. 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
  309. 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
  310. 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
  311. 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
  312. 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
  313. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  314. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  315. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  316. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  317. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  318. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  319. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>=(x)
    Definition Classes
    Long
  320. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  321. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  322. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  323. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  324. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  325. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  326. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>=(x)
    Definition Classes
    Int
  327. 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
  328. 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
  329. 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
  330. 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
  331. 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
  332. 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
  333. 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
  334. 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
  335. def >>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>>(x)
    Definition Classes
    Long
  336. def >>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>>(x)
    Definition Classes
    Long
  337. def >>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>>(x)
    Definition Classes
    Int
  338. def >>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>>(x)
    Definition Classes
    Int
  339. def >>>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>>>(x)
    Definition Classes
    Long
  340. def >>>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).>>>(x)
    Definition Classes
    Long
  341. def >>>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>>>(x)
    Definition Classes
    Int
  342. def >>>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).>>>(x)
    Definition Classes
    Int
  343. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).^(x)
    Definition Classes
    Long
  344. def ^(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).^(x)
    Definition Classes
    Long
  345. def ^(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).^(x)
    Definition Classes
    Long
  346. def ^(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).^(x)
    Definition Classes
    Long
  347. def ^(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).^(x)
    Definition Classes
    Long
  348. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).^(x)
    Definition Classes
    Int
  349. def ^(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).^(x)
    Definition Classes
    Int
  350. def ^(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).^(x)
    Definition Classes
    Int
  351. def ^(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).^(x)
    Definition Classes
    Int
  352. def ^(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).^(x)
    Definition Classes
    Int
  353. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).adjustInto(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAdjuster
  354. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).adjustInto(arg0)
    Definition Classes
    LocalTime → TemporalAdjuster
  355. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).adjustInto(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAdjuster
  356. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).after(arg0)
    Definition Classes
    Date
  357. def after(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).after(arg0)
    Definition Classes
    Timestamp
  358. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).after(arg0)
    Definition Classes
    Date
  359. def apply(i: Int): Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Array[Byte] performed by method json2ByteArray 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: Array[Byte]).apply(i)
    Definition Classes
    Array
  360. def atOffset(arg0: ZoneOffset): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).atOffset(arg0)
    Definition Classes
    LocalDateTime
  361. def atOffset(arg0: ZoneOffset): OffsetTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).atOffset(arg0)
    Definition Classes
    LocalTime
  362. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).before(arg0)
    Definition Classes
    Date
  363. def before(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).before(arg0)
    Definition Classes
    Timestamp
  364. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).before(arg0)
    Definition Classes
    Date
  365. def clone(): Array[Byte]

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Array[Byte] performed by method json2ByteArray 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: Array[Byte]).clone()
    Definition Classes
    Array → AnyRef
  366. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).clone()
    Definition Classes
    Date → AnyRef
  367. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).clone()
    Definition Classes
    Date → AnyRef
  368. 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
  369. def compareTo(arg0: String): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String 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: String).compareTo(arg0)
    Definition Classes
    String → Comparable
  370. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).compareTo(arg0)
    Definition Classes
    Date → Comparable
  371. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp → Date → Comparable
  372. def compareTo(arg0: Timestamp): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp
  373. def compareTo(arg0: ChronoLocalDateTime[_]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).compareTo(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Comparable
  374. def compareTo(arg0: LocalTime): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).compareTo(arg0)
    Definition Classes
    LocalTime → Comparable
  375. def compareTo(arg0: ChronoLocalDate): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).compareTo(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Comparable
  376. def compareTo(arg0: BigDecimal): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal 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: BigDecimal).compareTo(arg0)
    Definition Classes
    BigDecimal → Comparable
  377. 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
  378. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String 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: String).equals(arg0)
    Definition Classes
    String → AnyRef → Any
  379. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).equals(arg0)
    Definition Classes
    Date → AnyRef → Any
  380. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).equals(arg0)
    Definition Classes
    Timestamp → Date → AnyRef → Any
  381. def equals(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).equals(arg0)
    Definition Classes
    Timestamp
  382. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).equals(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  383. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).equals(arg0)
    Definition Classes
    LocalTime → AnyRef → Any
  384. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).equals(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  385. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal 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: BigDecimal).equals(arg0)
    Definition Classes
    BigDecimal → AnyRef → Any
  386. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).format(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  387. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).format(arg0)
    Definition Classes
    LocalTime
  388. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).format(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  389. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).get(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  390. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).get(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  391. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).get(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  392. def getChronology(): Chronology

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getChronology()
    Definition Classes
    ChronoLocalDateTime
  393. def getChronology(): IsoChronology

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getChronology()
    Definition Classes
    LocalDate → ChronoLocalDate
  394. def getDayOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getDayOfMonth()
    Definition Classes
    LocalDateTime
  395. def getDayOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getDayOfMonth()
    Definition Classes
    LocalDate
  396. def getDayOfWeek(): DayOfWeek

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getDayOfWeek()
    Definition Classes
    LocalDateTime
  397. def getDayOfWeek(): DayOfWeek

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getDayOfWeek()
    Definition Classes
    LocalDate
  398. def getDayOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getDayOfYear()
    Definition Classes
    LocalDateTime
  399. def getDayOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getDayOfYear()
    Definition Classes
    LocalDate
  400. def getHour(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getHour()
    Definition Classes
    LocalDateTime
  401. def getHour(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).getHour()
    Definition Classes
    LocalTime
  402. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getLong(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  403. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).getLong(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  404. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getLong(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  405. def getMinute(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getMinute()
    Definition Classes
    LocalDateTime
  406. def getMinute(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).getMinute()
    Definition Classes
    LocalTime
  407. def getMonth(): Month

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getMonth()
    Definition Classes
    LocalDateTime
  408. def getMonth(): Month

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getMonth()
    Definition Classes
    LocalDate
  409. def getMonthValue(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getMonthValue()
    Definition Classes
    LocalDateTime
  410. def getMonthValue(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getMonthValue()
    Definition Classes
    LocalDate
  411. def getNano(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getNano()
    Definition Classes
    LocalDateTime
  412. def getNano(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).getNano()
    Definition Classes
    LocalTime
  413. def getSecond(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getSecond()
    Definition Classes
    LocalDateTime
  414. def getSecond(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).getSecond()
    Definition Classes
    LocalTime
  415. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getTime()
    Definition Classes
    Date
  416. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getTime()
    Definition Classes
    Timestamp → Date
  417. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).getYear()
    Definition Classes
    LocalDateTime
  418. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).getYear()
    Definition Classes
    LocalDate
  419. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String 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: String).hashCode()
    Definition Classes
    String → AnyRef → Any
  420. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).hashCode()
    Definition Classes
    Date → AnyRef → Any
  421. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).hashCode()
    Definition Classes
    Timestamp → Date → AnyRef → Any
  422. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).hashCode()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  423. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).hashCode()
    Definition Classes
    LocalTime → AnyRef → Any
  424. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).hashCode()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  425. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal 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: BigDecimal).hashCode()
    Definition Classes
    BigDecimal → AnyRef → Any
  426. def isSupported(arg0: TemporalUnit): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  427. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  428. def isSupported(arg0: TemporalUnit): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).isSupported(arg0)
    Definition Classes
    LocalTime → Temporal
  429. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).isSupported(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  430. def isSupported(arg0: TemporalUnit): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  431. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  432. def minus(arg0: Long, arg1: TemporalUnit): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minus(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  433. def minus(arg0: TemporalAmount): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minus(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  434. def minus(arg0: Long, arg1: TemporalUnit): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minus(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  435. def minus(arg0: TemporalAmount): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minus(arg0)
    Definition Classes
    LocalTime → Temporal
  436. def minus(arg0: Long, arg1: TemporalUnit): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minus(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  437. def minus(arg0: TemporalAmount): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minus(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  438. def minusDays(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusDays(arg0)
    Definition Classes
    LocalDateTime
  439. def minusDays(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minusDays(arg0)
    Definition Classes
    LocalDate
  440. def minusHours(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusHours(arg0)
    Definition Classes
    LocalDateTime
  441. def minusHours(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minusHours(arg0)
    Definition Classes
    LocalTime
  442. def minusMinutes(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusMinutes(arg0)
    Definition Classes
    LocalDateTime
  443. def minusMinutes(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minusMinutes(arg0)
    Definition Classes
    LocalTime
  444. def minusMonths(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusMonths(arg0)
    Definition Classes
    LocalDateTime
  445. def minusMonths(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minusMonths(arg0)
    Definition Classes
    LocalDate
  446. def minusNanos(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusNanos(arg0)
    Definition Classes
    LocalDateTime
  447. def minusNanos(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minusNanos(arg0)
    Definition Classes
    LocalTime
  448. def minusSeconds(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusSeconds(arg0)
    Definition Classes
    LocalDateTime
  449. def minusSeconds(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).minusSeconds(arg0)
    Definition Classes
    LocalTime
  450. def minusWeeks(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusWeeks(arg0)
    Definition Classes
    LocalDateTime
  451. def minusWeeks(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minusWeeks(arg0)
    Definition Classes
    LocalDate
  452. def minusYears(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).minusYears(arg0)
    Definition Classes
    LocalDateTime
  453. def minusYears(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).minusYears(arg0)
    Definition Classes
    LocalDate
  454. def plus(arg0: Long, arg1: TemporalUnit): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plus(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  455. def plus(arg0: TemporalAmount): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plus(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  456. def plus(arg0: Long, arg1: TemporalUnit): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plus(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  457. def plus(arg0: TemporalAmount): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plus(arg0)
    Definition Classes
    LocalTime → Temporal
  458. def plus(arg0: Long, arg1: TemporalUnit): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plus(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  459. def plus(arg0: TemporalAmount): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plus(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  460. def plusDays(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusDays(arg0)
    Definition Classes
    LocalDateTime
  461. def plusDays(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plusDays(arg0)
    Definition Classes
    LocalDate
  462. def plusHours(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusHours(arg0)
    Definition Classes
    LocalDateTime
  463. def plusHours(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plusHours(arg0)
    Definition Classes
    LocalTime
  464. def plusMinutes(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusMinutes(arg0)
    Definition Classes
    LocalDateTime
  465. def plusMinutes(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plusMinutes(arg0)
    Definition Classes
    LocalTime
  466. def plusMonths(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusMonths(arg0)
    Definition Classes
    LocalDateTime
  467. def plusMonths(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plusMonths(arg0)
    Definition Classes
    LocalDate
  468. def plusNanos(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusNanos(arg0)
    Definition Classes
    LocalDateTime
  469. def plusNanos(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plusNanos(arg0)
    Definition Classes
    LocalTime
  470. def plusSeconds(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusSeconds(arg0)
    Definition Classes
    LocalDateTime
  471. def plusSeconds(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).plusSeconds(arg0)
    Definition Classes
    LocalTime
  472. def plusWeeks(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusWeeks(arg0)
    Definition Classes
    LocalDateTime
  473. def plusWeeks(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plusWeeks(arg0)
    Definition Classes
    LocalDate
  474. def plusYears(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).plusYears(arg0)
    Definition Classes
    LocalDateTime
  475. def plusYears(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).plusYears(arg0)
    Definition Classes
    LocalDate
  476. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).range(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  477. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).range(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  478. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).range(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  479. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setTime(arg0)
    Definition Classes
    Date
  480. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setTime(arg0)
    Definition Classes
    Timestamp → Date
  481. 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.
    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).toByte
    Definition Classes
    Double
  482. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toByte
    Definition Classes
    Long
  483. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toByte
    Definition Classes
    Int
  484. 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.
    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).toByte
    Definition Classes
    Double
  485. 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.
    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).toChar
    Definition Classes
    Double
  486. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toChar
    Definition Classes
    Long
  487. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toChar
    Definition Classes
    Int
  488. 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.
    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).toChar
    Definition Classes
    Double
  489. 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.
    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).toDouble
    Definition Classes
    Double
  490. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toDouble
    Definition Classes
    Long
  491. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toDouble
    Definition Classes
    Int
  492. 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.
    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).toDouble
    Definition Classes
    Double
  493. 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.
    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).toFloat
    Definition Classes
    Double
  494. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toFloat
    Definition Classes
    Long
  495. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toFloat
    Definition Classes
    Int
  496. 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.
    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).toFloat
    Definition Classes
    Double
  497. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).toInstant()
    Definition Classes
    Date
  498. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).toInstant()
    Definition Classes
    Timestamp → Date
  499. 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.
    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).toInt
    Definition Classes
    Double
  500. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toInt
    Definition Classes
    Long
  501. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toInt
    Definition Classes
    Int
  502. 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.
    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).toInt
    Definition Classes
    Double
  503. 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.
    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).toLong
    Definition Classes
    Double
  504. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toLong
    Definition Classes
    Long
  505. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toLong
    Definition Classes
    Int
  506. 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.
    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).toLong
    Definition Classes
    Double
  507. 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.
    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).toShort
    Definition Classes
    Double
  508. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).toShort
    Definition Classes
    Long
  509. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).toShort
    Definition Classes
    Int
  510. 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.
    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).toShort
    Definition Classes
    Double
  511. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String 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: String).toString()
    Definition Classes
    String → CharSequence → AnyRef → Any
  512. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).toString()
    Definition Classes
    Date → AnyRef → Any
  513. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).toString()
    Definition Classes
    Timestamp → Date → AnyRef → Any
  514. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).toString()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  515. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).toString()
    Definition Classes
    LocalTime → AnyRef → Any
  516. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).toString()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  517. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to BigDecimal performed by method json2BigDecimal 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: BigDecimal).toString()
    Definition Classes
    BigDecimal → AnyRef → Any
  518. def truncatedTo(arg0: TemporalUnit): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).truncatedTo(arg0)
    Definition Classes
    LocalDateTime
  519. def truncatedTo(arg0: TemporalUnit): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).truncatedTo(arg0)
    Definition Classes
    LocalTime
  520. 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.
    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).unary_+
    Definition Classes
    Double
  521. def unary_+: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).unary_+
    Definition Classes
    Long
  522. def unary_+: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).unary_+
    Definition Classes
    Int
  523. 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.
    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).unary_+
    Definition Classes
    Double
  524. 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.
    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).unary_-
    Definition Classes
    Double
  525. def unary_-: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).unary_-
    Definition Classes
    Long
  526. def unary_-: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).unary_-
    Definition Classes
    Int
  527. 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.
    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).unary_-
    Definition Classes
    Double
  528. def unary_~: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).unary_~
    Definition Classes
    Long
  529. def unary_~: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).unary_~
    Definition Classes
    Int
  530. def until(arg0: Temporal, arg1: TemporalUnit): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).until(arg0, arg1)
    Definition Classes
    LocalDateTime → Temporal
  531. def until(arg0: Temporal, arg1: TemporalUnit): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).until(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  532. def until(arg0: Temporal, arg1: TemporalUnit): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).until(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  533. def update(i: Int, x: Byte): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Array[Byte] performed by method json2ByteArray 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: Array[Byte]).update(i, x)
    Definition Classes
    Array
  534. def with(arg0: TemporalField, arg1: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).with(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  535. def with(arg0: TemporalAdjuster): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).with(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  536. def with(arg0: TemporalField, arg1: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).with(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  537. def with(arg0: TemporalAdjuster): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).with(arg0)
    Definition Classes
    LocalTime → Temporal
  538. def with(arg0: TemporalField, arg1: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).with(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  539. def with(arg0: TemporalAdjuster): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).with(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  540. def withDayOfMonth(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withDayOfMonth(arg0)
    Definition Classes
    LocalDateTime
  541. def withDayOfMonth(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).withDayOfMonth(arg0)
    Definition Classes
    LocalDate
  542. def withDayOfYear(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withDayOfYear(arg0)
    Definition Classes
    LocalDateTime
  543. def withDayOfYear(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).withDayOfYear(arg0)
    Definition Classes
    LocalDate
  544. def withHour(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withHour(arg0)
    Definition Classes
    LocalDateTime
  545. def withHour(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).withHour(arg0)
    Definition Classes
    LocalTime
  546. def withMinute(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withMinute(arg0)
    Definition Classes
    LocalDateTime
  547. def withMinute(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).withMinute(arg0)
    Definition Classes
    LocalTime
  548. def withMonth(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withMonth(arg0)
    Definition Classes
    LocalDateTime
  549. def withMonth(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).withMonth(arg0)
    Definition Classes
    LocalDate
  550. def withNano(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withNano(arg0)
    Definition Classes
    LocalDateTime
  551. def withNano(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).withNano(arg0)
    Definition Classes
    LocalTime
  552. def withSecond(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withSecond(arg0)
    Definition Classes
    LocalDateTime
  553. def withSecond(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalTime performed by method json2LocalTime 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: LocalTime).withSecond(arg0)
    Definition Classes
    LocalTime
  554. def withYear(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDateTime performed by method json2LocalDateTime 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: LocalDateTime).withYear(arg0)
    Definition Classes
    LocalDateTime
  555. def withYear(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to LocalDate performed by method json2LocalDate 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: LocalDate).withYear(arg0)
    Definition Classes
    LocalDate
  556. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).|(x)
    Definition Classes
    Long
  557. def |(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).|(x)
    Definition Classes
    Long
  558. def |(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).|(x)
    Definition Classes
    Long
  559. def |(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).|(x)
    Definition Classes
    Long
  560. def |(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Long performed by method json2Long 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: Long).|(x)
    Definition Classes
    Long
  561. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).|(x)
    Definition Classes
    Int
  562. def |(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).|(x)
    Definition Classes
    Int
  563. def |(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).|(x)
    Definition Classes
    Int
  564. def |(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).|(x)
    Definition Classes
    Int
  565. def |(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Int performed by method json2Int 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: Int).|(x)
    Definition Classes
    Int

Deprecated Value Members

  1. def getBytes(arg0: Int, arg1: Int, arg2: Array[Byte], arg3: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to String performed by method json2String in smile.json.
    Definition Classes
    String
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getDate(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getDate()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getDate(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getDate()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getDay()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getDay()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getHours()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getHours()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getMinutes()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getMinutes()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getMonth()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def getMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getMonth()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getSeconds()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getSeconds()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getTimezoneOffset()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getTimezoneOffset()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).getYear()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).getYear()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setDate(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setDate(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setHours(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setHours(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setMinutes(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setMinutes(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setMonth(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setMonth(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  26. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setSeconds(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setSeconds(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).setYear(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).setYear(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  30. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).toGMTString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).toGMTString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Date performed by method json2Date 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: Date).toLocaleString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDouble to Timestamp performed by method json2Timestamp 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: Timestamp).toLocaleString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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 json2ByteArray from JsDouble to Array[Byte]

Inherited by implicit conversion json2String from JsDouble to String

Inherited by implicit conversion json2Date from JsDouble to Date

Inherited by implicit conversion json2Timestamp from JsDouble to Timestamp

Inherited by implicit conversion json2LocalDateTime from JsDouble to LocalDateTime

Inherited by implicit conversion json2LocalTime from JsDouble to LocalTime

Inherited by implicit conversion json2LocalDate from JsDouble to LocalDate

Inherited by implicit conversion json2BigDecimal from JsDouble to BigDecimal

Inherited by implicit conversion json2Double from JsDouble to Double

Inherited by implicit conversion json2Long from JsDouble to Long

Inherited by implicit conversion json2Int from JsDouble to Int

Inherited by implicit conversion json2Boolean from JsDouble to Boolean

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