Class/Object

smile.json

JsDate

Related Docs: object JsDate | package json

Permalink

case class JsDate(value: LocalDate) extends JsValue with Ordered[JsDate] with Product with Serializable

An immutable date without a time-zone in the ISO-8601 calendar system, often viewed as year-month-day such as 2007-12-03.

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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 JsDate 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 JsDate 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 JsDate 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 JsDate to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  16. def after(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  17. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
  18. def apply(range: Range): JsArray

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

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  24. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsValue
  25. def asDate: LocalDate

    Permalink
    Definition Classes
    JsDateJsValue
  26. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  27. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  28. def asDouble: Double

    Permalink

    Converts this date to the Epoch Day.

    Converts this date to the Epoch Day. The Epoch Day count is a simple incrementing count of days where day 0 is 1970-01-01 (ISO).

    Definition Classes
    JsDateJsValue
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def asInt: Int

    Permalink
    Definition Classes
    JsValue
  31. def asLong: Long

    Permalink

    Converts this date to the Epoch Day.

    Converts this date to the Epoch Day. The Epoch Day count is a simple incrementing count of days where day 0 is 1970-01-01 (ISO).

    Definition Classes
    JsDateJsValue
  32. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  33. def asTimestamp: Timestamp

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  36. def before(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  37. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
  38. def byteValue(): Byte

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  48. def compare(that: JsDate): Int

    Permalink
    Definition Classes
    JsDate → Ordered
  49. def compareTo(that: JsDate): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to String performed by method json2String in smile.json.
    Definition Classes
    String
  67. def ensuring(cond: (JsDate) ⇒ Boolean, msg: ⇒ Any): JsDate

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal → Number
  76. def formatted(fmtstr: String): String

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  83. def getNanos(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  84. def getTime(): Long

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  94. def isBefore(arg0: ChronoLocalDateTime[_]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime
  96. def isEmpty(): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDateTime performed by method json2LocalDateTime in smile.json.
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  98. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  99. def lastIndexOf(arg0: String, arg1: Int): Int

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to String performed by method json2String in smile.json.
    Definition Classes
    String → CharSequence
  105. def longValue(): Long

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalTime performed by method json2LocalTime in smile.json.
    Definition Classes
    LocalTime → TemporalAccessor
  128. 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 JsDate to String performed by method json2String in smile.json.
    Definition Classes
    String
  129. def regionMatches(arg0: Int, arg1: String, arg2: Int, arg3: Int): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  146. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp → Date
  147. def shortValue(): Short

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  165. def toEpochSecond(arg0: ZoneOffset): Long

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp → Date
  167. def toInstant(arg0: ZoneOffset): Instant

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

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

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

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

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

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

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

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

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

    Permalink

    The output will be in the ISO-8601 format uuuu-MM-dd.

    The output will be in the ISO-8601 format uuuu-MM-dd.

    Definition Classes
    JsDateJsValue → AnyRef → Any
  177. def toUpperCase(): String

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  183. def update(index: Int, value: JsValue): JsValue

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

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

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

    Permalink
    Definition Classes
    JsValue
  187. val value: LocalDate

    Permalink
  188. final def wait(): Unit

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Boolean performed by method json2Boolean in smile.json.
    Definition Classes
    Boolean
  193. def [B](y: B): (JsDate, B)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).adjustInto(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAdjuster
  276. def adjustInto(arg0: Temporal): Temporal

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).adjustInto(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAdjuster
  279. def adjustInto(arg0: Temporal): Temporal

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).adjustInto(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAdjuster
  280. def apply(i: Int): Byte

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalTime).atOffset(arg0)
    Definition Classes
    LocalTime
  283. def atStartOfDay(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atStartOfDay(arg0)
    Definition Classes
    LocalDate
  284. def atStartOfDay(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atStartOfDay()
    Definition Classes
    LocalDate
  285. def atStartOfDay(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atStartOfDay(arg0)
    Definition Classes
    LocalDate
  286. def atStartOfDay(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atStartOfDay()
    Definition Classes
    LocalDate
  287. def atStartOfDay(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atStartOfDay(arg0)
    Definition Classes
    LocalDate
  288. def atStartOfDay(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atStartOfDay()
    Definition Classes
    LocalDate
  289. def atTime(arg0: OffsetTime): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate
  290. def atTime(arg0: Int, arg1: Int, arg2: Int, arg3: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2, arg3)
    Definition Classes
    LocalDate
  291. def atTime(arg0: Int, arg1: Int, arg2: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2)
    Definition Classes
    LocalDate
  292. def atTime(arg0: Int, arg1: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1)
    Definition Classes
    LocalDate
  293. def atTime(arg0: LocalTime): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  294. def atTime(arg0: OffsetTime): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate
  295. def atTime(arg0: Int, arg1: Int, arg2: Int, arg3: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2, arg3)
    Definition Classes
    LocalDate
  296. def atTime(arg0: Int, arg1: Int, arg2: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2)
    Definition Classes
    LocalDate
  297. def atTime(arg0: Int, arg1: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1)
    Definition Classes
    LocalDate
  298. def atTime(arg0: LocalTime): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  299. def atTime(arg0: OffsetTime): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate
  300. def atTime(arg0: Int, arg1: Int, arg2: Int, arg3: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2, arg3)
    Definition Classes
    LocalDate
  301. def atTime(arg0: Int, arg1: Int, arg2: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1, arg2)
    Definition Classes
    LocalDate
  302. def atTime(arg0: Int, arg1: Int): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0, arg1)
    Definition Classes
    LocalDate
  303. def atTime(arg0: LocalTime): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).atTime(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  304. def clone(): Array[Byte]

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).compareTo(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Comparable
  309. def compareTo(arg0: Date): Int

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).compareTo(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Comparable
  316. def compareTo(that: JsDate): Int

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).equals(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  326. def format(arg0: DateTimeFormatter): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).format(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  327. def format(arg0: DateTimeFormatter): String

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).format(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  330. def format(arg0: DateTimeFormatter): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).get(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  332. def get(arg0: TemporalField): Int

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).get(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  336. def getChronology(): IsoChronology

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getChronology()
    Definition Classes
    LocalDate → ChronoLocalDate
  337. def getChronology(): Chronology

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).getChronology()
    Definition Classes
    LocalDate → ChronoLocalDate
  339. def getChronology(): IsoChronology

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getDayOfMonth()
    Definition Classes
    LocalDate
  341. def getDayOfMonth(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).getDayOfMonth()
    Definition Classes
    LocalDate
  343. def getDayOfMonth(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getDayOfWeek()
    Definition Classes
    LocalDate
  345. def getDayOfWeek(): DayOfWeek

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getDayOfYear()
    Definition Classes
    LocalDate
  349. def getDayOfYear(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getDayOfYear()
    Definition Classes
    LocalDate
  352. def getEra(): Era

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getEra()
    Definition Classes
    LocalDate → ChronoLocalDate
  353. def getEra(): Era

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).getEra()
    Definition Classes
    LocalDate → ChronoLocalDate
  354. def getEra(): Era

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getEra()
    Definition Classes
    LocalDate → ChronoLocalDate
  355. def getHour(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getLong(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  358. def getLong(arg0: TemporalField): Long

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getMonth()
    Definition Classes
    LocalDate
  365. def getMonth(): Month

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).getMonth()
    Definition Classes
    LocalDate
  367. def getMonth(): Month

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getMonthValue()
    Definition Classes
    LocalDate
  369. def getMonthValue(): Int

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalTime).getSecond()
    Definition Classes
    LocalTime
  376. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).getYear()
    Definition Classes
    LocalDate
  377. def getYear(): Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).hashCode()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  388. def isAfter(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isAfter(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  389. def isAfter(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).isAfter(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  390. def isAfter(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isAfter(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  391. def isBefore(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isBefore(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  392. def isBefore(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).isBefore(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  393. def isBefore(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isBefore(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  394. def isEqual(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isEqual(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  395. def isEqual(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).isEqual(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  396. def isEqual(arg0: ChronoLocalDate): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isEqual(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  397. def isLeapYear(): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isLeapYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  398. def isLeapYear(): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).isLeapYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  399. def isLeapYear(): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isLeapYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  400. def isSupported(arg0: TemporalUnit): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  402. def isSupported(arg0: TemporalUnit): Boolean

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  408. def isSupported(arg0: TemporalUnit): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).isSupported(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  410. def lengthOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).lengthOfMonth()
    Definition Classes
    LocalDate → ChronoLocalDate
  411. def lengthOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).lengthOfMonth()
    Definition Classes
    LocalDate → ChronoLocalDate
  412. def lengthOfMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).lengthOfMonth()
    Definition Classes
    LocalDate → ChronoLocalDate
  413. def lengthOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).lengthOfYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  414. def lengthOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).lengthOfYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  415. def lengthOfYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).lengthOfYear()
    Definition Classes
    LocalDate → ChronoLocalDate
  416. def minus(arg0: Long, arg1: TemporalUnit): LocalDate

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).minus(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  418. def minus(arg0: Long, arg1: TemporalUnit): LocalDateTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).plus(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  452. def plus(arg0: Long, arg1: TemporalUnit): LocalDateTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).plusYears(arg0)
    Definition Classes
    LocalDate
  484. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).query(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  485. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).query(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  486. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).query(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → TemporalAccessor
  487. def range(arg0: TemporalField): ValueRange

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).range(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  488. def range(arg0: TemporalField): ValueRange

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).range(arg0)
    Definition Classes
    LocalDate → TemporalAccessor
  492. def toByte: Byte

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: Int).toDouble
    Definition Classes
    Int
  501. def toEpochDay(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).toEpochDay()
    Definition Classes
    LocalDate → ChronoLocalDate
  502. def toEpochDay(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).toEpochDay()
    Definition Classes
    LocalDate → ChronoLocalDate
  503. def toEpochDay(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).toEpochDay()
    Definition Classes
    LocalDate → ChronoLocalDate
  504. def toFloat: Float

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).toString()
    Definition Classes
    LocalDate → ChronoLocalDate → AnyRef → Any
  524. def truncatedTo(arg0: TemporalUnit): LocalDateTime

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: Int).unary_~
    Definition Classes
    Int
  534. def until(arg0: ChronoLocalDate): Period

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).until(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  535. def until(arg0: Temporal, arg1: TemporalUnit): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).until(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  536. def until(arg0: Temporal, arg1: TemporalUnit): Long

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalTime).until(arg0, arg1)
    Definition Classes
    LocalTime → Temporal
  538. def until(arg0: ChronoLocalDate): Period

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).until(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  539. def until(arg0: Temporal, arg1: TemporalUnit): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate 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:
    (jsDate: LocalDate).until(arg0, arg1)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  540. def until(arg0: ChronoLocalDate): Period

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).until(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate
  541. def until(arg0: Temporal, arg1: TemporalUnit): Long

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to LocalDate 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:
    (jsDate: LocalDate).with(arg0)
    Definition Classes
    LocalDate → ChronoLocalDate → Temporal
  545. def with(arg0: TemporalField, arg1: Long): LocalDateTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    (Since version ) see corresponding Javadoc for more information.

  3. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getMonth(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  7. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getYear(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  10. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDate to Timestamp performed by method json2Timestamp in smile.json.
    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[JsDate]

Inherited from Comparable[JsDate]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion json2String from JsDate to String

Inherited by implicit conversion json2Date from JsDate to LocalDate

Inherited by implicit conversion json2Timestamp from JsDate to Timestamp

Inherited by implicit conversion json2LocalDateTime from JsDate to LocalDateTime

Inherited by implicit conversion json2LocalTime from JsDate to LocalTime

Inherited by implicit conversion json2LocalDate from JsDate to LocalDate

Inherited by implicit conversion json2BigDecimal from JsDate to BigDecimal

Inherited by implicit conversion json2Double from JsDate to Double

Inherited by implicit conversion json2Long from JsDate to Long

Inherited by implicit conversion json2Int from JsDate to Int

Inherited by implicit conversion json2Boolean from JsDate to Boolean

Inherited by implicit conversion json2Date from JsDate to LocalDate

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

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

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

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

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

Ungrouped