Class/Object

smile.json

JsDateTime

Related Docs: object JsDateTime | package json

Permalink

case class JsDateTime(value: LocalDateTime) extends JsValue with Ordered[JsDateTime] with Product with Serializable

An immutable date-time without a time-zone in the ISO-8601 calendar system, such as 2007-12-03T10:15:30. Although LocalTime/JsTime can be represented to nanosecond precision, a JSON serializer may not store the nano-of-second field to save the space. To preserve the high precision of time, JsTimestamp should be employed.

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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 JsDateTime 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 JsDateTime 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 JsDateTime 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 JsDateTime to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  16. def apply(range: Range): JsArray

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

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  22. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsValue
  23. def asDate: LocalDate

    Permalink
    Definition Classes
    JsDateTimeJsValue
  24. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsDateTimeJsValue
  25. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  26. def asDouble: Double

    Permalink

    Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.

    Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.

    Definition Classes
    JsDateTimeJsValue
  27. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  28. def asInt: Int

    Permalink
    Definition Classes
    JsValue
  29. def asLong: Long

    Permalink

    Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.

    Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.

    Definition Classes
    JsDateTimeJsValue
  30. def asTime: LocalTime

    Permalink
    Definition Classes
    JsDateTimeJsValue
  31. def asTimestamp: Timestamp

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  40. def byteValue(): Byte

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  50. def compare(that: JsDateTime): Int

    Permalink
    Definition Classes
    JsDateTime → Ordered
  51. def compareTo(that: JsDateTime): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  96. def isBefore(arg0: LocalTime): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDate performed by method json2LocalDate in smile.json.
    Definition Classes
    LocalDate → ChronoLocalDate
  170. def toLocalDateTime(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  171. def toLowerCase(): String

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

    Permalink

    The output will be one of the following ISO-8601 formats:

    The output will be one of the following ISO-8601 formats:

    • uuuu-MM-dd'T'HH:mm
    • uuuu-MM-dd'T'HH:mm:ss
    • uuuu-MM-dd'T'HH:mm:ss.SSS
    • uuuu-MM-dd'T'HH:mm:ss.SSSSSS
    • uuuu-MM-dd'T'HH:mm:ss.SSSSSSSSS

    The format used will be the shortest that outputs the full value of the time where the omitted parts are implied to be zero.

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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 JsDateTime 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 JsDateTime 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 JsDateTime 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 JsDateTime 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 JsDateTime to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  183. def until(arg0: ChronoLocalDate): Period

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  188. val value: LocalDateTime

    Permalink
  189. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  38. def %(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  39. def %(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  40. def %(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  41. def %(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  42. def %(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  43. def %(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).%(x)
    Definition Classes
    Int
  44. def &(x: Long): Long

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).&(x)
    Definition Classes
    Int
  50. def &(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).&(x)
    Definition Classes
    Int
  51. def &(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).&(x)
    Definition Classes
    Int
  52. def &(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).&(x)
    Definition Classes
    Int
  53. def &(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).&(x)
    Definition Classes
    Int
  54. def *(x: Double): Double

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  69. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  70. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  71. def *(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  72. def *(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  73. def *(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  74. def *(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).*(x)
    Definition Classes
    Int
  75. final def +(arg0: Any): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  116. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  117. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  118. def -(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  119. def -(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  120. def -(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  121. def -(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).-(x)
    Definition Classes
    Int
  122. def /(x: Double): Double

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  137. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  138. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  139. def /(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  140. def /(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  141. def /(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  142. def /(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int)./(x)
    Definition Classes
    Int
  143. def <(x: Double): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).<<(x)
    Definition Classes
    Int
  168. def <<(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).<<(x)
    Definition Classes
    Int
  169. def <=(x: Double): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).>>(x)
    Definition Classes
    Int
  260. def >>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).>>(x)
    Definition Classes
    Int
  261. def >>>(x: Long): Long

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).>>>(x)
    Definition Classes
    Int
  264. def >>>(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).>>>(x)
    Definition Classes
    Int
  265. def ^(x: Long): Long

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).^(x)
    Definition Classes
    Int
  271. def ^(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).^(x)
    Definition Classes
    Int
  272. def ^(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).^(x)
    Definition Classes
    Int
  273. def ^(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).^(x)
    Definition Classes
    Int
  274. def ^(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).^(x)
    Definition Classes
    Int
  275. def adjustInto(arg0: Temporal): Temporal

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).adjustInto(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAdjuster
  279. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).after(arg0)
    Definition Classes
    Date
  280. def after(arg0: Timestamp): Boolean

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalTime).atOffset(arg0)
    Definition Classes
    LocalTime
  285. def atOffset(arg0: ZoneOffset): OffsetDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).atOffset(arg0)
    Definition Classes
    LocalDateTime
  286. def atZone(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).atZone(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  287. def atZone(arg0: ZoneId): ZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).atZone(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  288. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).before(arg0)
    Definition Classes
    Date
  289. def before(arg0: Timestamp): Boolean

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: Date).clone()
    Definition Classes
    Date → AnyRef
  293. def clone(): AnyRef

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: Date).compareTo(arg0)
    Definition Classes
    Date → Comparable
  297. def compareTo(arg0: Date): Int

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: BigDecimal).compareTo(arg0)
    Definition Classes
    BigDecimal → Comparable
  303. def compareTo(arg0: ChronoLocalDateTime[_]): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).compareTo(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Comparable
  304. def compareTo(that: JsDateTime): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: Date).equals(arg0)
    Definition Classes
    Date → AnyRef → Any
  307. def equals(arg0: Any): Boolean

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).equals(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  314. def format(arg0: DateTimeFormatter): String

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).format(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  318. def get(arg0: TemporalField): Int

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).get(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  322. def getChronology(): Chronology

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getChronology()
    Definition Classes
    ChronoLocalDateTime
  325. def getDayOfMonth(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getDayOfMonth()
    Definition Classes
    LocalDateTime
  328. def getDayOfWeek(): DayOfWeek

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getDayOfWeek()
    Definition Classes
    LocalDateTime
  331. def getDayOfYear(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getDayOfYear()
    Definition Classes
    LocalDateTime
  334. def getHour(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalTime).getHour()
    Definition Classes
    LocalTime
  336. def getHour(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getHour()
    Definition Classes
    LocalDateTime
  337. def getLong(arg0: TemporalField): Long

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getLong(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  341. def getMinute(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalTime).getMinute()
    Definition Classes
    LocalTime
  343. def getMinute(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getMinute()
    Definition Classes
    LocalDateTime
  344. def getMonth(): Month

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getMonth()
    Definition Classes
    LocalDateTime
  347. def getMonthValue(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getMonthValue()
    Definition Classes
    LocalDateTime
  350. def getNano(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getNano()
    Definition Classes
    LocalDateTime
  353. def getSecond(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getSecond()
    Definition Classes
    LocalDateTime
  356. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getTime()
    Definition Classes
    Date
  357. def getTime(): Long

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).getYear()
    Definition Classes
    LocalDateTime
  361. def hashCode(): Int

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).hashCode()
    Definition Classes
    Date → AnyRef → Any
  363. def hashCode(): Int

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).hashCode()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  369. def isAfter(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).isAfter(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  370. def isAfter(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).isAfter(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  371. def isBefore(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).isBefore(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  372. def isBefore(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).isBefore(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  373. def isEqual(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).isEqual(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  374. def isEqual(arg0: ChronoLocalDateTime[_]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).isEqual(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  375. def isSupported(arg0: TemporalUnit): Boolean

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  382. def isSupported(arg0: TemporalField): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).isSupported(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  383. def minus(arg0: Long, arg1: TemporalUnit): LocalDateTime

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minus(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  390. def minus(arg0: TemporalAmount): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minus(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  391. def minusDays(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusDays(arg0)
    Definition Classes
    LocalDateTime
  394. def minusHours(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusHours(arg0)
    Definition Classes
    LocalDateTime
  397. def minusMinutes(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusMinutes(arg0)
    Definition Classes
    LocalDateTime
  400. def minusMonths(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusMonths(arg0)
    Definition Classes
    LocalDateTime
  403. def minusNanos(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusNanos(arg0)
    Definition Classes
    LocalDateTime
  406. def minusSeconds(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusSeconds(arg0)
    Definition Classes
    LocalDateTime
  409. def minusWeeks(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusWeeks(arg0)
    Definition Classes
    LocalDateTime
  412. def minusYears(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).minusYears(arg0)
    Definition Classes
    LocalDateTime
  415. def plus(arg0: Long, arg1: TemporalUnit): LocalDateTime

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plus(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  422. def plus(arg0: TemporalAmount): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plus(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  423. def plusDays(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusDays(arg0)
    Definition Classes
    LocalDateTime
  426. def plusHours(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusHours(arg0)
    Definition Classes
    LocalDateTime
  429. def plusMinutes(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusMinutes(arg0)
    Definition Classes
    LocalDateTime
  432. def plusMonths(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusMonths(arg0)
    Definition Classes
    LocalDateTime
  435. def plusNanos(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusNanos(arg0)
    Definition Classes
    LocalDateTime
  438. def plusSeconds(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusSeconds(arg0)
    Definition Classes
    LocalDateTime
  441. def plusWeeks(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusWeeks(arg0)
    Definition Classes
    LocalDateTime
  444. def plusYears(arg0: Long): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).plusYears(arg0)
    Definition Classes
    LocalDateTime
  447. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).query(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  448. def query[R](arg0: TemporalQuery[R]): R

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).query(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → TemporalAccessor
  449. def range(arg0: TemporalField): ValueRange

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).range(arg0)
    Definition Classes
    LocalDateTime → TemporalAccessor
  453. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setTime(arg0)
    Definition Classes
    Date
  454. def setTime(arg0: Long): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toByte
    Definition Classes
    Int
  458. def toChar: Char

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toChar
    Definition Classes
    Int
  461. def toDouble: Double

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toDouble
    Definition Classes
    Int
  464. def toEpochSecond(arg0: ZoneOffset): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).toEpochSecond(arg0)
    Definition Classes
    ChronoLocalDateTime
  465. def toEpochSecond(arg0: ZoneOffset): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).toEpochSecond(arg0)
    Definition Classes
    ChronoLocalDateTime
  466. def toFloat: Float

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toFloat
    Definition Classes
    Int
  469. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).toInstant()
    Definition Classes
    Date
  470. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: Timestamp).toInstant()
    Definition Classes
    Timestamp → Date
  471. def toInstant(arg0: ZoneOffset): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).toInstant(arg0)
    Definition Classes
    ChronoLocalDateTime
  472. def toInstant(arg0: ZoneOffset): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).toInstant(arg0)
    Definition Classes
    ChronoLocalDateTime
  473. def toInt: Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toInt
    Definition Classes
    Int
  476. def toLocalDate(): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).toLocalDate()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  477. def toLocalDate(): LocalDate

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).toLocalDate()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  478. def toLocalTime(): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime 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:
    (jsDateTime: LocalDateTime).toLocalTime()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  479. def toLocalTime(): LocalTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).toLocalTime()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime
  480. def toLong: Long

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toLong
    Definition Classes
    Int
  483. def toShort: Short

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).toShort
    Definition Classes
    Int
  486. def toString(): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: Date).toString()
    Definition Classes
    Date → AnyRef → Any
  488. def toString(): String

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).toString()
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → AnyRef → Any
  494. def truncatedTo(arg0: TemporalUnit): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).truncatedTo(arg0)
    Definition Classes
    LocalDateTime
  497. def unary_+: Double

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).unary_+
    Definition Classes
    Int
  500. def unary_-: Double

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).unary_-
    Definition Classes
    Int
  503. def unary_~: Long

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).unary_~
    Definition Classes
    Int
  505. def until(arg0: Temporal, arg1: TemporalUnit): Long

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).until(arg0, arg1)
    Definition Classes
    LocalDateTime → Temporal
  509. def update(i: Int, x: Byte): Unit

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).with(arg0, arg1)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  517. def with(arg0: TemporalAdjuster): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).with(arg0)
    Definition Classes
    LocalDateTime → ChronoLocalDateTime → Temporal
  518. def withDayOfMonth(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withDayOfMonth(arg0)
    Definition Classes
    LocalDateTime
  521. def withDayOfYear(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withDayOfYear(arg0)
    Definition Classes
    LocalDateTime
  524. def withHour(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withHour(arg0)
    Definition Classes
    LocalDateTime
  527. def withMinute(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withMinute(arg0)
    Definition Classes
    LocalDateTime
  530. def withMonth(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withMonth(arg0)
    Definition Classes
    LocalDateTime
  533. def withNano(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withNano(arg0)
    Definition Classes
    LocalDateTime
  536. def withSecond(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withSecond(arg0)
    Definition Classes
    LocalDateTime
  539. def withYear(arg0: Int): LocalDateTime

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to LocalDateTime performed by method json2DateTime in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: LocalDateTime).withYear(arg0)
    Definition Classes
    LocalDateTime
  542. def |(x: Long): Long

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).|(x)
    Definition Classes
    Int
  548. def |(x: Int): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).|(x)
    Definition Classes
    Int
  549. def |(x: Char): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).|(x)
    Definition Classes
    Int
  550. def |(x: Short): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Int).|(x)
    Definition Classes
    Int
  551. def |(x: Byte): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: 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 JsDateTime 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 JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getDate()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getDate(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  4. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getDay()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getDay(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  6. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getHours()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getHours(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  8. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getMinutes()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getMinutes(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  10. def getMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getMonth()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def getMonth(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  12. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getSeconds()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def getSeconds(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  14. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getTimezoneOffset()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def getTimezoneOffset(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  16. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).getYear()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def getYear(): Int

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

    (Since version ) see corresponding Javadoc for more information.

  18. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setDate(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def setDate(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  20. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setHours(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def setHours(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  22. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setMinutes(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def setMinutes(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  24. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setMonth(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def setMonth(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  26. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setSeconds(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def setSeconds(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  28. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).setYear(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def setYear(arg0: Int): Unit

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

    (Since version ) see corresponding Javadoc for more information.

  30. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).toGMTString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def toGMTString(): String

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

    (Since version ) see corresponding Javadoc for more information.

  32. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsDateTime to Date performed by method json2Date in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsDateTime: Date).toLocaleString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  33. def toLocaleString(): String

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[JsDateTime]

Inherited from Comparable[JsDateTime]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion json2String from JsDateTime to String

Inherited by implicit conversion json2Date from JsDateTime to Date

Inherited by implicit conversion json2Timestamp from JsDateTime to Timestamp

Inherited by implicit conversion json2LocalDateTime from JsDateTime to LocalDateTime

Inherited by implicit conversion json2LocalTime from JsDateTime to LocalTime

Inherited by implicit conversion json2LocalDate from JsDateTime to LocalDate

Inherited by implicit conversion json2BigDecimal from JsDateTime to BigDecimal

Inherited by implicit conversion json2Double from JsDateTime to Double

Inherited by implicit conversion json2Long from JsDateTime to Long

Inherited by implicit conversion json2Int from JsDateTime to Int

Inherited by implicit conversion json2Boolean from JsDateTime to Boolean

Inherited by implicit conversion json2DateTime from JsDateTime to LocalDateTime

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

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

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

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

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

Ungrouped