Class/Object

smile.json

JsInt

Related Docs: object JsInt | package json

Permalink

case class JsInt(value: Int) extends JsValue with Ordered[JsInt] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsInt], Comparable[JsInt], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsInt
  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 json2Int
  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 JsInt(value: Int)

    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 JsInt 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 JsInt to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  5. def ->[B](y: B): (JsInt, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to ArrowAssoc[JsInt] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <(that: JsInt): Boolean

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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
    JsIntJsValue
  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
    JsIntJsValue
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def asInt: Int

    Permalink
    Definition Classes
    JsIntJsValue
  29. def asLong: Long

    Permalink
    Definition Classes
    JsIntJsValue
  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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt to String performed by method json2String in smile.json.
    Definition Classes
    CharSequence
  50. def compactPrint: String

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt to String performed by method json2String in smile.json.
    Definition Classes
    String
  70. def ensuring(cond: (JsInt) ⇒ Boolean, msg: ⇒ Any): JsInt

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ensuring[JsInt] 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
    JsInt → Equals → AnyRef → Any
  76. def equalsIgnoreCase(arg0: String): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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 JsInt 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 JsInt to StringFormat[JsInt] 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  185. def toString(): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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 JsInt 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: Int

    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 JsInt 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 JsInt to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  203. def [B](y: B): (JsInt, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to ArrowAssoc[JsInt] 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 JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  2. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  3. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  4. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  5. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  6. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  7. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).!=(x)
    Definition Classes
    Double
  8. def !=(x: Double): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Boolean).!=(x)
    Definition Classes
    Boolean
  23. def !=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  24. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  25. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  26. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  27. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  28. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  29. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).!=(x)
    Definition Classes
    Int
  30. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  31. def %(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  32. def %(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  33. def %(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  34. def %(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  35. def %(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  36. def %(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).%(x)
    Definition Classes
    Double
  37. def %(x: Double): Double

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  51. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  52. def %(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  53. def %(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  54. def %(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  55. def %(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  56. def %(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  57. def %(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).%(x)
    Definition Classes
    Int
  58. def &(x: Long): Long

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  68. def &(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  69. def &(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  70. def &(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  71. def &(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  72. def &(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).&(x)
    Definition Classes
    Int
  73. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  74. def *(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  75. def *(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  76. def *(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  77. def *(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  78. def *(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  79. def *(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).*(x)
    Definition Classes
    Double
  80. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  81. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  82. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  83. def *(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  84. def *(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  85. def *(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  86. def *(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).*(x)
    Definition Classes
    Long
  87. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  88. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  89. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  90. def *(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  91. def *(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  92. def *(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  93. def *(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  94. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  95. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  96. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  97. def *(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  98. def *(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  99. def *(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  100. def *(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).*(x)
    Definition Classes
    Int
  101. final def +(arg0: Any): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: String).+(arg0)
    Definition Classes
    String
  102. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  103. def +(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  104. def +(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  105. def +(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  106. def +(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  107. def +(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  108. def +(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  109. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).+(x)
    Definition Classes
    Double
  110. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  111. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  112. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  113. def +(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  114. def +(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  115. def +(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  116. def +(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  117. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).+(x)
    Definition Classes
    Long
  118. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  119. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  120. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  121. def +(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  122. def +(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  123. def +(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  124. def +(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  125. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  126. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  127. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  128. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  129. def +(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  130. def +(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  131. def +(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  132. def +(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  133. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).+(x)
    Definition Classes
    Int
  134. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to any2stringadd[JsInt] 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:
    (jsInt: any2stringadd[JsInt]).+(other)
    Definition Classes
    any2stringadd
  135. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  136. def -(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  137. def -(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  138. def -(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  139. def -(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  140. def -(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  141. def -(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).-(x)
    Definition Classes
    Double
  142. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  143. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  144. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  145. def -(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  146. def -(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  147. def -(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  148. def -(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).-(x)
    Definition Classes
    Long
  149. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  150. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  151. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  152. def -(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  153. def -(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  154. def -(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  155. def -(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  156. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  157. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  158. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  159. def -(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  160. def -(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  161. def -(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  162. def -(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).-(x)
    Definition Classes
    Int
  163. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  164. def /(x: Float): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  165. def /(x: Long): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  166. def /(x: Int): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  167. def /(x: Char): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  168. def /(x: Short): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  169. def /(x: Byte): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double)./(x)
    Definition Classes
    Double
  170. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  171. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  172. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  173. def /(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  174. def /(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  175. def /(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  176. def /(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long)./(x)
    Definition Classes
    Long
  177. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  178. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  179. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  180. def /(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  181. def /(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  182. def /(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  183. def /(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  184. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  185. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  186. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  187. def /(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  188. def /(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  189. def /(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  190. def /(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int)./(x)
    Definition Classes
    Int
  191. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  192. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  193. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  194. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  195. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  196. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  197. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<(x)
    Definition Classes
    Double
  198. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  199. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  200. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  201. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  202. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  203. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  204. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<(x)
    Definition Classes
    Long
  205. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  206. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  207. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  208. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  209. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  210. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  211. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  212. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  213. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  214. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  215. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  216. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  217. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  218. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<(x)
    Definition Classes
    Int
  219. def <(that: JsInt): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).<(that)
    Definition Classes
    Ordered
  220. def <<(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<<(x)
    Definition Classes
    Long
  221. def <<(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<<(x)
    Definition Classes
    Long
  222. def <<(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<<(x)
    Definition Classes
    Int
  223. def <<(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<<(x)
    Definition Classes
    Int
  224. def <<(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<<(x)
    Definition Classes
    Int
  225. def <<(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<<(x)
    Definition Classes
    Int
  226. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<=(x)
    Definition Classes
    Double
  227. def <=(x: Float): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<=(x)
    Definition Classes
    Double
  229. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<=(x)
    Definition Classes
    Double
  230. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<=(x)
    Definition Classes
    Double
  231. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).<=(x)
    Definition Classes
    Double
  232. def <=(x: Byte): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<=(x)
    Definition Classes
    Long
  234. def <=(x: Float): Boolean

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<=(x)
    Definition Classes
    Long
  237. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<=(x)
    Definition Classes
    Long
  238. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<=(x)
    Definition Classes
    Long
  239. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).<=(x)
    Definition Classes
    Long
  240. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  241. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  242. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  243. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  244. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  245. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  246. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  247. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  248. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  249. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  250. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  251. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  252. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  253. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).<=(x)
    Definition Classes
    Int
  254. def <=(that: JsInt): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).<=(that)
    Definition Classes
    Ordered
  255. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).==(x)
    Definition Classes
    Double
  256. def ==(x: Float): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).==(x)
    Definition Classes
    Double
  258. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).==(x)
    Definition Classes
    Double
  259. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).==(x)
    Definition Classes
    Double
  260. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).==(x)
    Definition Classes
    Double
  261. def ==(x: Byte): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).==(x)
    Definition Classes
    Long
  263. def ==(x: Float): Boolean

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).==(x)
    Definition Classes
    Long
  266. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).==(x)
    Definition Classes
    Long
  267. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).==(x)
    Definition Classes
    Long
  268. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).==(x)
    Definition Classes
    Long
  269. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  270. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  271. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  272. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  273. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  274. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  275. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  276. def ==(x: Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Boolean).==(x)
    Definition Classes
    Boolean
  277. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  278. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  279. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  280. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  281. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  282. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  283. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).==(x)
    Definition Classes
    Int
  284. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  285. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  286. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  287. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  288. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  289. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  290. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>(x)
    Definition Classes
    Double
  291. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  292. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  293. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  294. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  295. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  296. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  297. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>(x)
    Definition Classes
    Long
  298. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  299. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  300. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  301. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  302. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  303. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  304. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  305. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  306. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  307. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  308. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  309. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  310. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  311. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>(x)
    Definition Classes
    Int
  312. def >(that: JsInt): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).>(that)
    Definition Classes
    Ordered
  313. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>=(x)
    Definition Classes
    Double
  314. def >=(x: Float): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>=(x)
    Definition Classes
    Double
  316. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>=(x)
    Definition Classes
    Double
  317. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>=(x)
    Definition Classes
    Double
  318. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).>=(x)
    Definition Classes
    Double
  319. def >=(x: Byte): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>=(x)
    Definition Classes
    Long
  321. def >=(x: Float): Boolean

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>=(x)
    Definition Classes
    Long
  324. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>=(x)
    Definition Classes
    Long
  325. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>=(x)
    Definition Classes
    Long
  326. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>=(x)
    Definition Classes
    Long
  327. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  328. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  329. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  330. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  331. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  332. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  333. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  334. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  335. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  336. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  337. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  338. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  339. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  340. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>=(x)
    Definition Classes
    Int
  341. def >=(that: JsInt): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).>=(that)
    Definition Classes
    Ordered
  342. def >>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>>(x)
    Definition Classes
    Long
  343. def >>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>>(x)
    Definition Classes
    Long
  344. def >>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>(x)
    Definition Classes
    Int
  345. def >>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>(x)
    Definition Classes
    Int
  346. def >>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>(x)
    Definition Classes
    Int
  347. def >>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>(x)
    Definition Classes
    Int
  348. def >>>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>>>(x)
    Definition Classes
    Long
  349. def >>>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).>>>(x)
    Definition Classes
    Long
  350. def >>>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>>(x)
    Definition Classes
    Int
  351. def >>>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>>(x)
    Definition Classes
    Int
  352. def >>>(x: Long): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>>(x)
    Definition Classes
    Int
  353. def >>>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).>>>(x)
    Definition Classes
    Int
  354. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).^(x)
    Definition Classes
    Long
  355. def ^(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).^(x)
    Definition Classes
    Long
  356. def ^(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).^(x)
    Definition Classes
    Long
  357. def ^(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).^(x)
    Definition Classes
    Long
  358. def ^(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).^(x)
    Definition Classes
    Long
  359. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  360. def ^(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  361. def ^(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  362. def ^(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  363. def ^(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  364. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  365. def ^(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  366. def ^(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  367. def ^(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  368. def ^(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).^(x)
    Definition Classes
    Int
  369. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).adjustInto(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAdjuster
  370. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).adjustInto(arg0)
    Definition Classes
    LocalTime → TemporalAdjuster
  371. def adjustInto(arg0: Temporal): Temporal

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).after(arg0)
    Definition Classes
    Date
  373. def after(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).after(arg0)
    Definition Classes
    Timestamp
  374. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).after(arg0)
    Definition Classes
    Date
  375. def apply(i: Int): Byte

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).atOffset(arg0)
    Definition Classes
    LocalDateTime
  377. def atOffset(arg0: ZoneOffset): OffsetTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).atOffset(arg0)
    Definition Classes
    LocalTime
  378. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).before(arg0)
    Definition Classes
    Date
  379. def before(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).before(arg0)
    Definition Classes
    Timestamp
  380. def before(arg0: Date): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Array[Byte]).clone()
    Definition Classes
    Array → AnyRef
  382. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).clone()
    Definition Classes
    Date → AnyRef
  383. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).clone()
    Definition Classes
    Date → AnyRef
  384. def compare(that: JsInt): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).compare(that)
    Definition Classes
    Ordered
  385. def compareTo(arg0: String): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: String).compareTo(arg0)
    Definition Classes
    String → Comparable
  386. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).compareTo(arg0)
    Definition Classes
    Date → Comparable
  387. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp → Date → Comparable
  388. def compareTo(arg0: Timestamp): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp
  389. def compareTo(arg0: ChronoLocalDateTime[_]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).compareTo(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Comparable
  390. def compareTo(arg0: LocalTime): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).compareTo(arg0)
    Definition Classes
    LocalTime → Comparable
  391. def compareTo(arg0: ChronoLocalDate): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).compareTo(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Comparable
  392. def compareTo(arg0: BigDecimal): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: BigDecimal).compareTo(arg0)
    Definition Classes
    BigDecimal → Comparable
  393. def compareTo(that: JsInt): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt to Ordered[JsInt] 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:
    (jsInt: Ordered[JsInt]).compareTo(that)
    Definition Classes
    Ordered → Comparable
  394. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: String).equals(arg0)
    Definition Classes
    String → AnyRef → Any
  395. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).equals(arg0)
    Definition Classes
    Date → AnyRef → Any
  396. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).equals(arg0)
    Definition Classes
    Timestamp → Date → AnyRef → Any
  397. def equals(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).equals(arg0)
    Definition Classes
    Timestamp
  398. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).equals(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  399. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).equals(arg0)
    Definition Classes
    LocalTime → AnyRef → Any
  400. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).equals(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  401. def equals(arg0: Any): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).format(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  403. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).format(arg0)
    Definition Classes
    LocalTime
  404. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).format(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  405. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).get(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  406. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).get(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  407. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).get(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  408. def getChronology(): Chronology

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getChronology()
    Definition Classes
    ChronoLocalDateTime
  409. def getChronology(): IsoChronology

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getChronology()
    Definition Classes
    LocalDate → ChronoLocalDate
  410. def getDayOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getDayOfMonth()
    Definition Classes
    LocalDateTime
  411. def getDayOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getDayOfMonth()
    Definition Classes
    LocalDate
  412. def getDayOfWeek(): DayOfWeek

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getDayOfWeek()
    Definition Classes
    LocalDateTime
  413. def getDayOfWeek(): DayOfWeek

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getDayOfWeek()
    Definition Classes
    LocalDate
  414. def getDayOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getDayOfYear()
    Definition Classes
    LocalDateTime
  415. def getDayOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getDayOfYear()
    Definition Classes
    LocalDate
  416. def getHour(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getHour()
    Definition Classes
    LocalDateTime
  417. def getHour(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).getHour()
    Definition Classes
    LocalTime
  418. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getLong(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  419. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).getLong(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  420. def getLong(arg0: TemporalField): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getLong(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  421. def getMinute(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getMinute()
    Definition Classes
    LocalDateTime
  422. def getMinute(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).getMinute()
    Definition Classes
    LocalTime
  423. def getMonth(): Month

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getMonth()
    Definition Classes
    LocalDateTime
  424. def getMonth(): Month

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getMonth()
    Definition Classes
    LocalDate
  425. def getMonthValue(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getMonthValue()
    Definition Classes
    LocalDateTime
  426. def getMonthValue(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getMonthValue()
    Definition Classes
    LocalDate
  427. def getNano(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getNano()
    Definition Classes
    LocalDateTime
  428. def getNano(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).getNano()
    Definition Classes
    LocalTime
  429. def getSecond(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getSecond()
    Definition Classes
    LocalDateTime
  430. def getSecond(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).getSecond()
    Definition Classes
    LocalTime
  431. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).getTime()
    Definition Classes
    Date
  432. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).getTime()
    Definition Classes
    Timestamp → Date
  433. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).getYear()
    Definition Classes
    LocalDateTime
  434. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).getYear()
    Definition Classes
    LocalDate
  435. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: String).hashCode()
    Definition Classes
    String → AnyRef → Any
  436. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).hashCode()
    Definition Classes
    Date → AnyRef → Any
  437. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).hashCode()
    Definition Classes
    Timestamp → Date → AnyRef → Any
  438. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).hashCode()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  439. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).hashCode()
    Definition Classes
    LocalTime → AnyRef → Any
  440. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).hashCode()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  441. def hashCode(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  443. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  444. def isSupported(arg0: TemporalUnit): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).isSupported(arg0)
    Definition Classes
    LocalTime → Temporal
  445. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).isSupported(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  446. def isSupported(arg0: TemporalUnit): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  447. def isSupported(arg0: TemporalField): Boolean

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).minus(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  451. def minus(arg0: TemporalAmount): LocalTime

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusDays(arg0)
    Definition Classes
    LocalDateTime
  455. def minusDays(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).minusDays(arg0)
    Definition Classes
    LocalDate
  456. def minusHours(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusHours(arg0)
    Definition Classes
    LocalDateTime
  457. def minusHours(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).minusHours(arg0)
    Definition Classes
    LocalTime
  458. def minusMinutes(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusMinutes(arg0)
    Definition Classes
    LocalDateTime
  459. def minusMinutes(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).minusMinutes(arg0)
    Definition Classes
    LocalTime
  460. def minusMonths(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusMonths(arg0)
    Definition Classes
    LocalDateTime
  461. def minusMonths(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).minusMonths(arg0)
    Definition Classes
    LocalDate
  462. def minusNanos(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusNanos(arg0)
    Definition Classes
    LocalDateTime
  463. def minusNanos(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).minusNanos(arg0)
    Definition Classes
    LocalTime
  464. def minusSeconds(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusSeconds(arg0)
    Definition Classes
    LocalDateTime
  465. def minusSeconds(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).minusSeconds(arg0)
    Definition Classes
    LocalTime
  466. def minusWeeks(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusWeeks(arg0)
    Definition Classes
    LocalDateTime
  467. def minusWeeks(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).minusWeeks(arg0)
    Definition Classes
    LocalDate
  468. def minusYears(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).minusYears(arg0)
    Definition Classes
    LocalDateTime
  469. def minusYears(arg0: Long): LocalDate

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).plus(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  473. def plus(arg0: TemporalAmount): LocalTime

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusDays(arg0)
    Definition Classes
    LocalDateTime
  477. def plusDays(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).plusDays(arg0)
    Definition Classes
    LocalDate
  478. def plusHours(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusHours(arg0)
    Definition Classes
    LocalDateTime
  479. def plusHours(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).plusHours(arg0)
    Definition Classes
    LocalTime
  480. def plusMinutes(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusMinutes(arg0)
    Definition Classes
    LocalDateTime
  481. def plusMinutes(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).plusMinutes(arg0)
    Definition Classes
    LocalTime
  482. def plusMonths(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusMonths(arg0)
    Definition Classes
    LocalDateTime
  483. def plusMonths(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).plusMonths(arg0)
    Definition Classes
    LocalDate
  484. def plusNanos(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusNanos(arg0)
    Definition Classes
    LocalDateTime
  485. def plusNanos(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).plusNanos(arg0)
    Definition Classes
    LocalTime
  486. def plusSeconds(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusSeconds(arg0)
    Definition Classes
    LocalDateTime
  487. def plusSeconds(arg0: Long): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).plusSeconds(arg0)
    Definition Classes
    LocalTime
  488. def plusWeeks(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusWeeks(arg0)
    Definition Classes
    LocalDateTime
  489. def plusWeeks(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).plusWeeks(arg0)
    Definition Classes
    LocalDate
  490. def plusYears(arg0: Long): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).plusYears(arg0)
    Definition Classes
    LocalDateTime
  491. def plusYears(arg0: Long): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).plusYears(arg0)
    Definition Classes
    LocalDate
  492. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).range(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  493. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).range(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  494. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).range(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  495. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).setTime(arg0)
    Definition Classes
    Date
  496. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).setTime(arg0)
    Definition Classes
    Timestamp → Date
  497. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toByte
    Definition Classes
    Double
  498. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toByte
    Definition Classes
    Long
  499. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toByte
    Definition Classes
    Int
  500. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toByte
    Definition Classes
    Int
  501. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toChar
    Definition Classes
    Double
  502. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toChar
    Definition Classes
    Long
  503. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toChar
    Definition Classes
    Int
  504. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toChar
    Definition Classes
    Int
  505. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toDouble
    Definition Classes
    Double
  506. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toDouble
    Definition Classes
    Long
  507. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toDouble
    Definition Classes
    Int
  508. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toDouble
    Definition Classes
    Int
  509. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toFloat
    Definition Classes
    Double
  510. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toFloat
    Definition Classes
    Long
  511. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toFloat
    Definition Classes
    Int
  512. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toFloat
    Definition Classes
    Int
  513. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).toInstant()
    Definition Classes
    Date
  514. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).toInstant()
    Definition Classes
    Timestamp → Date
  515. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toInt
    Definition Classes
    Double
  516. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toInt
    Definition Classes
    Long
  517. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toInt
    Definition Classes
    Int
  518. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toInt
    Definition Classes
    Int
  519. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toLong
    Definition Classes
    Double
  520. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toLong
    Definition Classes
    Long
  521. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toLong
    Definition Classes
    Int
  522. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toLong
    Definition Classes
    Int
  523. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).toShort
    Definition Classes
    Double
  524. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).toShort
    Definition Classes
    Long
  525. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toShort
    Definition Classes
    Int
  526. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).toShort
    Definition Classes
    Int
  527. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: String).toString()
    Definition Classes
    String → CharSequence → AnyRef → Any
  528. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Date).toString()
    Definition Classes
    Date → AnyRef → Any
  529. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Timestamp).toString()
    Definition Classes
    Timestamp → Date → AnyRef → Any
  530. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).toString()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  531. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).toString()
    Definition Classes
    LocalTime → AnyRef → Any
  532. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).toString()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  533. def toString(): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).truncatedTo(arg0)
    Definition Classes
    LocalDateTime
  535. def truncatedTo(arg0: TemporalUnit): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).truncatedTo(arg0)
    Definition Classes
    LocalTime
  536. def unary_+: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).unary_+
    Definition Classes
    Double
  537. def unary_+: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).unary_+
    Definition Classes
    Long
  538. def unary_+: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).unary_+
    Definition Classes
    Int
  539. def unary_+: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).unary_+
    Definition Classes
    Int
  540. def unary_-: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Double).unary_-
    Definition Classes
    Double
  541. def unary_-: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).unary_-
    Definition Classes
    Long
  542. def unary_-: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).unary_-
    Definition Classes
    Int
  543. def unary_-: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).unary_-
    Definition Classes
    Int
  544. def unary_~: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).unary_~
    Definition Classes
    Long
  545. def unary_~: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).unary_~
    Definition Classes
    Int
  546. def unary_~: Int

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).with(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  554. def with(arg0: TemporalAdjuster): LocalTime

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withDayOfMonth(arg0)
    Definition Classes
    LocalDateTime
  558. def withDayOfMonth(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).withDayOfMonth(arg0)
    Definition Classes
    LocalDate
  559. def withDayOfYear(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withDayOfYear(arg0)
    Definition Classes
    LocalDateTime
  560. def withDayOfYear(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).withDayOfYear(arg0)
    Definition Classes
    LocalDate
  561. def withHour(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withHour(arg0)
    Definition Classes
    LocalDateTime
  562. def withHour(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).withHour(arg0)
    Definition Classes
    LocalTime
  563. def withMinute(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withMinute(arg0)
    Definition Classes
    LocalDateTime
  564. def withMinute(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).withMinute(arg0)
    Definition Classes
    LocalTime
  565. def withMonth(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withMonth(arg0)
    Definition Classes
    LocalDateTime
  566. def withMonth(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).withMonth(arg0)
    Definition Classes
    LocalDate
  567. def withNano(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withNano(arg0)
    Definition Classes
    LocalDateTime
  568. def withNano(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).withNano(arg0)
    Definition Classes
    LocalTime
  569. def withSecond(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withSecond(arg0)
    Definition Classes
    LocalDateTime
  570. def withSecond(arg0: Int): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalTime).withSecond(arg0)
    Definition Classes
    LocalTime
  571. def withYear(arg0: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDateTime).withYear(arg0)
    Definition Classes
    LocalDateTime
  572. def withYear(arg0: Int): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: LocalDate).withYear(arg0)
    Definition Classes
    LocalDate
  573. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).|(x)
    Definition Classes
    Long
  574. def |(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).|(x)
    Definition Classes
    Long
  575. def |(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).|(x)
    Definition Classes
    Long
  576. def |(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).|(x)
    Definition Classes
    Long
  577. def |(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Long).|(x)
    Definition Classes
    Long
  578. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  579. def |(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  580. def |(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  581. def |(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  582. def |(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  583. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  584. def |(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  585. def |(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  586. def |(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: Int).|(x)
    Definition Classes
    Int
  587. def |(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsInt 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:
    (jsInt: 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 JsInt 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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 JsInt 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:
    (jsInt: 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[JsInt]

Inherited from Comparable[JsInt]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion json2ByteArray from JsInt to Array[Byte]

Inherited by implicit conversion json2String from JsInt to String

Inherited by implicit conversion json2Date from JsInt to Date

Inherited by implicit conversion json2Timestamp from JsInt to Timestamp

Inherited by implicit conversion json2LocalDateTime from JsInt to LocalDateTime

Inherited by implicit conversion json2LocalTime from JsInt to LocalTime

Inherited by implicit conversion json2LocalDate from JsInt to LocalDate

Inherited by implicit conversion json2BigDecimal from JsInt to BigDecimal

Inherited by implicit conversion json2Double from JsInt to Double

Inherited by implicit conversion json2Long from JsInt to Long

Inherited by implicit conversion json2Int from JsInt to Int

Inherited by implicit conversion json2Boolean from JsInt to Boolean

Inherited by implicit conversion json2Int from JsInt to Int

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

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

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

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

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

Ungrouped