Class/Object

smile.json

JsTime

Related Docs: object JsTime | package json

Permalink

case class JsTime(value: LocalTime) extends JsValue with Ordered[JsTime] with Product with Serializable

An immutable time without a time-zone in the ISO-8601 calendar system, often viewed as hour-minute-second such as 10: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[JsTime], Comparable[JsTime], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsTime
  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 json2Time
  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 JsTime(value: LocalTime)

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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
    JsValue
  24. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  25. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  26. def asDouble: Double

    Permalink

    Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.

    Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.

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

    Permalink
    Definition Classes
    Any
  28. def asInt: Int

    Permalink

    Converts this time as seconds of day, from 0 to 24 * 60 * 60 - 1.

    Converts this time as seconds of day, from 0 to 24 * 60 * 60 - 1.

    Definition Classes
    JsTimeJsValue
  29. def asLong: Long

    Permalink

    Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.

    Converts this time as nanos of day, from 0 to 24 * 60 * 60 * 1,000,000,000 - 1.

    Definition Classes
    JsTimeJsValue
  30. def asTime: LocalTime

    Permalink
    Definition Classes
    JsTimeJsValue
  31. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  32. def atStartOfDay(arg0: ZoneId): ZonedDateTime

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime to String performed by method json2String in smile.json.
    Definition Classes
    CharSequence
  49. def compactPrint: String

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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 JsTime 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 JsTime to StringFormat[JsTime] 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime 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 JsTime to String performed by method json2String in smile.json.
    Definition Classes
    String
  94. def isAfter(arg0: ChronoLocalDateTime[_]): Boolean

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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 JsTime to String performed by method json2String in smile.json.
    Definition Classes
    String
  99. def isEqual(arg0: ChronoLocalDateTime[_]): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime to BigDecimal performed by method json2BigDecimal in smile.json.
    Definition Classes
    BigDecimal
  179. 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:

    • HH:mm
    • HH:mm:ss
    • HH:mm:ss.SSS
    • HH:mm:ss.SSSSSS
    • 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
    JsTimeJsValue → AnyRef → Any
  180. def toUpperCase(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  191. val value: LocalTime

    Permalink
  192. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).adjustInto(arg0)
    Definition Classes
    LocalTime → TemporalAdjuster
  279. def after(arg0: Date): Boolean

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: Array[Byte]).apply(i)
    Definition Classes
    Array
  283. def atDate(arg0: LocalDate): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).atDate(arg0)
    Definition Classes
    LocalTime
  284. def atDate(arg0: LocalDate): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).atDate(arg0)
    Definition Classes
    LocalTime
  285. def atOffset(arg0: ZoneOffset): OffsetDateTime

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).atOffset(arg0)
    Definition Classes
    LocalTime
  287. def atOffset(arg0: ZoneOffset): OffsetTime

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).equals(arg0)
    Definition Classes
    LocalTime → AnyRef → Any
  314. def format(arg0: DateTimeFormatter): String

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: 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 JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).format(arg0)
    Definition Classes
    LocalTime
  318. def get(arg0: TemporalField): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).get(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  322. def getChronology(): Chronology

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).isAfter(arg0)
    Definition Classes
    LocalTime
  363. def isAfter(arg0: LocalTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime to LocalTime performed by method json2Time in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsTime: LocalTime).isAfter(arg0)
    Definition Classes
    LocalTime
  364. def isBefore(arg0: LocalTime): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).isBefore(arg0)
    Definition Classes
    LocalTime
  365. def isBefore(arg0: LocalTime): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).query(arg0)
    Definition Classes
    LocalTime → TemporalAccessor
  431. def query[R](arg0: TemporalQuery[R]): R

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).toNanoOfDay()
    Definition Classes
    LocalTime
  459. def toNanoOfDay(): Long

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime 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:
    (jsTime: LocalTime).toSecondOfDay()
    Definition Classes
    LocalTime
  461. def toSecondOfDay(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTime to Int performed by method json2Int in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jsTime: 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 JsTime 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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 JsTime 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:
    (jsTime: 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[JsTime]

Inherited from Comparable[JsTime]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion json2String from JsTime to String

Inherited by implicit conversion json2Date from JsTime to Date

Inherited by implicit conversion json2Timestamp from JsTime to Timestamp

Inherited by implicit conversion json2LocalDateTime from JsTime to LocalDateTime

Inherited by implicit conversion json2LocalTime from JsTime to LocalTime

Inherited by implicit conversion json2LocalDate from JsTime to LocalDate

Inherited by implicit conversion json2BigDecimal from JsTime to BigDecimal

Inherited by implicit conversion json2Double from JsTime to Double

Inherited by implicit conversion json2Long from JsTime to Long

Inherited by implicit conversion json2Int from JsTime to Int

Inherited by implicit conversion json2Boolean from JsTime to Boolean

Inherited by implicit conversion json2Time from JsTime to LocalTime

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

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

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

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

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

Ungrouped