case class JsLong(value: Long) extends JsValue with Ordered[JsLong] with Product with Serializable
- Alphabetic
- By Inheritance
- JsLong
- Serializable
- Product
- Equals
- Ordered
- Comparable
- JsValue
- Dynamic
- AnyRef
- Any
- by json2ByteArray
- by json2String
- by json2Date
- by json2Timestamp
- by json2LocalDateTime
- by json2LocalTime
- by json2LocalDate
- by json2BigDecimal
- by json2Double
- by json2Long
- by json2Int
- by json2Boolean
- by json2Long
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new JsLong(value: Long)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def &(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
- def &&(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
- def ->[B](y: B): (JsLong, B)
- def <(that: JsLong): Boolean
- Definition Classes
- Ordered
- def <=(that: JsLong): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: JsLong): Boolean
- Definition Classes
- Ordered
- def >=(that: JsLong): Boolean
- Definition Classes
- Ordered
- def ^(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
- def abs(arg0: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def abs(): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def add(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def add(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def apply(range: Range): JsArray
- Definition Classes
- JsValue
- def apply(start: Int, end: Int, step: Int): JsArray
- Definition Classes
- JsValue
- def apply(start: Int, end: Int): JsArray
- Definition Classes
- JsValue
- def apply(index: Int): JsValue
- Definition Classes
- JsValue
- def apply(key: String): JsValue
- Definition Classes
- JsValue
- def applyDynamic(key: String): JsValue
- Definition Classes
- JsValue
- def asBoolean: Boolean
- def asDate: LocalDate
- Definition Classes
- JsValue
- def asDateTime: LocalDateTime
- Definition Classes
- JsValue
- def asDecimal: BigDecimal
- Definition Classes
- JsValue
- def asDouble: Double
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInt: Int
- def asLong: Long
- def asTime: LocalTime
- Definition Classes
- JsValue
- def asTimestamp: Timestamp
- Definition Classes
- JsValue
- def atDate(arg0: LocalDate): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime
- def atStartOfDay(arg0: ZoneId): ZonedDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atStartOfDay(): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atTime(arg0: OffsetTime): OffsetDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atTime(arg0: Int, arg1: Int, arg2: Int, arg3: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atTime(arg0: Int, arg1: Int, arg2: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atTime(arg0: Int, arg1: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate
- def atTime(arg0: LocalTime): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def atZone(arg0: ZoneId): ZonedDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def byteValue(): Byte
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- Number
- def byteValueExact(): Byte
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def charAt(arg0: Int): Char
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def chars(): IntStream
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- CharSequence
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePointAt(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePointBefore(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePointCount(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def codePoints(): IntStream
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- CharSequence
- def compactPrint: String
- Definition Classes
- JsValue
- def compare(that: JsLong): Int
- Definition Classes
- JsLong → Ordered
- def compareTo(that: JsLong): Int
- Definition Classes
- Ordered → Comparable
- def compareToIgnoreCase(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def concat(arg0: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contains(arg0: CharSequence): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contentEquals(arg0: CharSequence): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def contentEquals(arg0: StringBuffer): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def divide(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divide(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divide(arg0: BigDecimal, arg1: RoundingMode): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divide(arg0: BigDecimal, arg1: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divide(arg0: BigDecimal, arg1: Int, arg2: RoundingMode): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divide(arg0: BigDecimal, arg1: Int, arg2: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divideAndRemainder(arg0: BigDecimal, arg1: MathContext): Array[BigDecimal]
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divideAndRemainder(arg0: BigDecimal): Array[BigDecimal]
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divideToIntegralValue(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def divideToIntegralValue(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def doubleValue(): Double
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal → Number
- def endsWith(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def ensuring(cond: (JsLong) => Boolean, msg: => Any): JsLong
- def ensuring(cond: (JsLong) => Boolean): JsLong
- def ensuring(cond: Boolean, msg: => Any): JsLong
- def ensuring(cond: Boolean): JsLong
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- JsLong → Equals → AnyRef → Any
- def equalsIgnoreCase(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def floatValue(): Float
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal → Number
- def formatted(fmtstr: String): String
- def get(key: String): Option[JsValue]
- Definition Classes
- JsValue
- def getBytes(): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def getBytes(arg0: Charset): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def getBytes(arg0: String): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @throws(classOf[java.io.UnsupportedEncodingException])
- def getChars(arg0: Int, arg1: Int, arg2: Array[Char], arg3: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEra(): Era
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def getNanos(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp performed by method json2Timestamp in smile.json.
- Definition Classes
- Timestamp
- def indexOf(arg0: String, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def indexOf(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def intValue(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal → Number
- def intValueExact(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def intern(): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @native()
- def isAfter(arg0: ChronoLocalDateTime[_ <: AnyRef]): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def isAfter(arg0: LocalTime): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime
- def isAfter(arg0: ChronoLocalDate): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def isBefore(arg0: ChronoLocalDateTime[_ <: AnyRef]): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def isBefore(arg0: LocalTime): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime
- def isBefore(arg0: ChronoLocalDate): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def isEmpty(): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def isEqual(arg0: ChronoLocalDateTime[_ <: AnyRef]): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def isEqual(arg0: ChronoLocalDate): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeapYear(): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def lastIndexOf(arg0: String, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def lastIndexOf(arg0: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def length: Int
- Implicit
- This member is added by an implicit conversion from JsLong toArray[Byte] performed by method json2ByteArray in smile.json.
- Definition Classes
- Array
- def length(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def lengthOfMonth(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def lengthOfYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def longValue(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal → Number
- def longValueExact(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def matches(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def max(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def min(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def movePointLeft(arg0: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def movePointRight(arg0: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def multiply(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def multiply(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def negate(arg0: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def negate(): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def offsetByCodePoints(arg0: Int, arg1: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def plus(arg0: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def plus(): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def pow(arg0: Int, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def pow(arg0: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def precision(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def prettyPrint: String
- Definition Classes
- JsValue
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def query[R <: AnyRef](arg0: TemporalQuery[R]): R
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → TemporalAccessor
- def query[R <: AnyRef](arg0: TemporalQuery[R]): R
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime → TemporalAccessor
- def query[R <: AnyRef](arg0: TemporalQuery[R]): R
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate → TemporalAccessor
- def regionMatches(arg0: Boolean, arg1: Int, arg2: String, arg3: Int, arg4: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def regionMatches(arg0: Int, arg1: String, arg2: Int, arg3: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def remainder(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def remainder(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def remove(index: Int): JsValue
- Definition Classes
- JsValue
- def remove(key: String): Option[JsValue]
- Definition Classes
- JsValue
- def replace(arg0: CharSequence, arg1: CharSequence): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replace(arg0: Char, arg1: Char): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replaceAll(arg0: String, arg1: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def replaceFirst(arg0: String, arg1: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def round(arg0: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def scale(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def scaleByPowerOfTen(arg0: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def selectDynamic(key: String): JsValue
- Definition Classes
- JsValue
- def setNanos(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp performed by method json2Timestamp in smile.json.
- Definition Classes
- Timestamp
- def setScale(arg0: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def setScale(arg0: Int, arg1: Int): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def setScale(arg0: Int, arg1: RoundingMode): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def shortValue(): Short
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- Number
- def shortValueExact(): Short
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def signum(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def split(arg0: String): Array[String]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def split(arg0: String, arg1: Int): Array[String]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def startsWith(arg0: String): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def startsWith(arg0: String, arg1: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def stripTrailingZeros(): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def subSequence(arg0: Int, arg1: Int): CharSequence
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String → CharSequence
- def substring(arg0: Int, arg1: Int): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def substring(arg0: Int): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def subtract(arg0: BigDecimal, arg1: MathContext): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def subtract(arg0: BigDecimal): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBigInteger(): BigInteger
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def toBigIntegerExact(): BigInteger
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def toCharArray(): Array[Char]
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toEngineeringString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def toEpochDay(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def toEpochSecond(arg0: ZoneOffset): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- ChronoLocalDateTime
- def toInstant(arg0: ZoneOffset): Instant
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- ChronoLocalDateTime
- def toLocalDate(): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def toLocalDateTime(): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp performed by method json2Timestamp in smile.json.
- Definition Classes
- Timestamp
- def toLocalTime(): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def toLowerCase(): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toLowerCase(arg0: Locale): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toNanoOfDay(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime
- def toPlainString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def toSecondOfDay(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime performed by method json2LocalTime in smile.json.
- Definition Classes
- LocalTime
- def toString(): String
- def toUpperCase(): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def toUpperCase(arg0: Locale): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def trim(): String
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- def ulp(): BigDecimal
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def unary_!: Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
- def unscaledValue(): BigInteger
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal performed by method json2BigDecimal in smile.json.
- Definition Classes
- BigDecimal
- def until(arg0: ChronoLocalDate): Period
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate performed by method json2LocalDate in smile.json.
- Definition Classes
- LocalDate → ChronoLocalDate
- def update(index: Int, value: JsValue): JsValue
- Definition Classes
- JsValue
- def update(key: String, value: JsValue): JsValue
- Definition Classes
- JsValue
- def updateDynamic(index: Int)(value: JsValue): JsValue
- Definition Classes
- JsValue
- def updateDynamic(key: String)(value: JsValue): JsValue
- Definition Classes
- JsValue
- val value: Long
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def |(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
- def ||(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean performed by method json2Boolean in smile.json.
- Definition Classes
- Boolean
Shadowed Implicit Value Members
- def !=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).!=(x)
- Definition Classes
- Double
- def !=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).!=(x)
- Definition Classes
- Int
- def !=(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean 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:(jsLong: Boolean).!=(x)
- Definition Classes
- Boolean
- def !=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def !=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).!=(x)
- Definition Classes
- Long
- def %(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Float): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Long): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Int): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Char): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Short): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Byte): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).%(x)
- Definition Classes
- Double
- def %(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).%(x)
- Definition Classes
- Int
- def %(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def %(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).%(x)
- Definition Classes
- Long
- def &(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).&(x)
- Definition Classes
- Int
- def &(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).&(x)
- Definition Classes
- Int
- def &(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).&(x)
- Definition Classes
- Int
- def &(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).&(x)
- Definition Classes
- Int
- def &(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).&(x)
- Definition Classes
- Int
- def &(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def &(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).&(x)
- Definition Classes
- Long
- def *(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Float): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Long): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Int): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Char): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Short): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Byte): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).*(x)
- Definition Classes
- Double
- def *(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).*(x)
- Definition Classes
- Int
- def *(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- def *(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).*(x)
- Definition Classes
- Long
- final def +(arg0: Any): String
- Implicit
- This member is added by an implicit conversion from JsLong toString 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:(jsLong: String).+(arg0)
- Definition Classes
- String
- def +(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Float): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Long): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Int): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Char): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Short): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Byte): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- def +(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- def +(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toany2stringadd[JsLong] 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:(jsLong: any2stringadd[JsLong]).+(other)
- Definition Classes
- any2stringadd
- def -(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Float): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Long): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Int): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Char): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Short): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Byte): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).-(x)
- Definition Classes
- Double
- def -(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).-(x)
- Definition Classes
- Int
- def -(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def -(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).-(x)
- Definition Classes
- Long
- def /(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Float): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Long): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Int): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Char): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Short): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Byte): Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double)./(x)
- Definition Classes
- Double
- def /(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int)./(x)
- Definition Classes
- Int
- def /(x: Double): Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Float): Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def /(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long)./(x)
- Definition Classes
- Long
- def <(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<(x)
- Definition Classes
- Double
- def <(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<(x)
- Definition Classes
- Int
- def <(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<(x)
- Definition Classes
- Long
- def <(that: JsLong): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).<(that)
- Definition Classes
- Ordered
- def <<(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).<<(x)
- Definition Classes
- Long
- def <<(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).<<(x)
- Definition Classes
- Long
- def <<(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).<<(x)
- Definition Classes
- Int
- def <<(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).<<(x)
- Definition Classes
- Long
- def <<(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).<<(x)
- Definition Classes
- Long
- def <=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).<=(x)
- Definition Classes
- Double
- def <=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).<=(x)
- Definition Classes
- Int
- def <=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).<=(x)
- Definition Classes
- Long
- def <=(that: JsLong): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).<=(that)
- Definition Classes
- Ordered
- def ==(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).==(x)
- Definition Classes
- Double
- def ==(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).==(x)
- Definition Classes
- Int
- def ==(x: Boolean): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBoolean 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:(jsLong: Boolean).==(x)
- Definition Classes
- Boolean
- def ==(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def ==(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).==(x)
- Definition Classes
- Long
- def >(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>(x)
- Definition Classes
- Double
- def >(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>(x)
- Definition Classes
- Int
- def >(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>(x)
- Definition Classes
- Long
- def >(that: JsLong): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).>(that)
- Definition Classes
- Ordered
- def >=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDouble 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:(jsLong: Double).>=(x)
- Definition Classes
- Double
- def >=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toInt 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:(jsLong: Int).>=(x)
- Definition Classes
- Int
- def >=(x: Double): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Float): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Long): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Int): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Char): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Short): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(x: Byte): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLong 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:(jsLong: Long).>=(x)
- Definition Classes
- Long
- def >=(that: JsLong): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).>=(that)
- Definition Classes
- Ordered
- def >>(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>(x)
- Definition Classes
- Long
- def >>(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>(x)
- Definition Classes
- Long
- def >>(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).>>(x)
- Definition Classes
- Int
- def >>(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>(x)
- Definition Classes
- Long
- def >>(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>(x)
- Definition Classes
- Long
- def >>>(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>>(x)
- Definition Classes
- Long
- def >>>(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>>(x)
- Definition Classes
- Long
- def >>>(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).>>>(x)
- Definition Classes
- Int
- def >>>(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>>(x)
- Definition Classes
- Long
- def >>>(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).>>>(x)
- Definition Classes
- Long
- def ^(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).^(x)
- Definition Classes
- Int
- def ^(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).^(x)
- Definition Classes
- Int
- def ^(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).^(x)
- Definition Classes
- Int
- def ^(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).^(x)
- Definition Classes
- Int
- def ^(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).^(x)
- Definition Classes
- Int
- def ^(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def ^(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).^(x)
- Definition Classes
- Long
- def adjustInto(arg0: Temporal): Temporal
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).adjustInto(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → TemporalAdjuster
- def adjustInto(arg0: Temporal): Temporal
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).adjustInto(arg0)
- Definition Classes
- LocalTime → TemporalAdjuster
- def adjustInto(arg0: Temporal): Temporal
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).adjustInto(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → TemporalAdjuster
- def after(arg0: Date): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).after(arg0)
- Definition Classes
- Date
- def after(arg0: Timestamp): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).after(arg0)
- Definition Classes
- Timestamp
- def after(arg0: Date): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).after(arg0)
- Definition Classes
- Date
- def apply(i: Int): Byte
- Implicit
- This member is added by an implicit conversion from JsLong toArray[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:(jsLong: Array[Byte]).apply(i)
- Definition Classes
- Array
- def atOffset(arg0: ZoneOffset): OffsetDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).atOffset(arg0)
- Definition Classes
- LocalDateTime
- def atOffset(arg0: ZoneOffset): OffsetTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).atOffset(arg0)
- Definition Classes
- LocalTime
- def before(arg0: Date): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).before(arg0)
- Definition Classes
- Date
- def before(arg0: Timestamp): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).before(arg0)
- Definition Classes
- Timestamp
- def before(arg0: Date): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).before(arg0)
- Definition Classes
- Date
- def clone(): Array[Byte]
- Implicit
- This member is added by an implicit conversion from JsLong toArray[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:(jsLong: Array[Byte]).clone()
- Definition Classes
- Array → AnyRef
- def clone(): AnyRef
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).clone()
- Definition Classes
- Date → AnyRef
- def clone(): AnyRef
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).clone()
- Definition Classes
- Date → AnyRef
- def compare(that: JsLong): Int
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).compare(that)
- Definition Classes
- Ordered
- def compareTo(arg0: String): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString 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:(jsLong: String).compareTo(arg0)
- Definition Classes
- String → Comparable
- def compareTo(arg0: Date): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).compareTo(arg0)
- Definition Classes
- Date → Comparable
- def compareTo(arg0: Date): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).compareTo(arg0)
- Definition Classes
- Timestamp → Date → Comparable
- def compareTo(arg0: Timestamp): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).compareTo(arg0)
- Definition Classes
- Timestamp
- def compareTo(arg0: ChronoLocalDateTime[_ <: AnyRef]): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime 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:(jsLong: LocalDateTime).compareTo(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Comparable
- def compareTo(arg0: LocalTime): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).compareTo(arg0)
- Definition Classes
- LocalTime → Comparable
- def compareTo(arg0: ChronoLocalDate): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).compareTo(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → Comparable
- def compareTo(arg0: BigDecimal): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal 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:(jsLong: BigDecimal).compareTo(arg0)
- Definition Classes
- BigDecimal → Comparable
- def compareTo(that: JsLong): Int
- Implicit
- This member is added by an implicit conversion from JsLong toOrdered[JsLong] 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:(jsLong: Ordered[JsLong]).compareTo(that)
- Definition Classes
- Ordered → Comparable
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toString 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:(jsLong: String).equals(arg0)
- Definition Classes
- String → AnyRef → Any
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).equals(arg0)
- Definition Classes
- Date → AnyRef → Any
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).equals(arg0)
- Definition Classes
- Timestamp → Date → AnyRef → Any
- def equals(arg0: Timestamp): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).equals(arg0)
- Definition Classes
- Timestamp
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime 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:(jsLong: LocalDateTime).equals(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → AnyRef → Any
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).equals(arg0)
- Definition Classes
- LocalTime → AnyRef → Any
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).equals(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → AnyRef → Any
- def equals(arg0: AnyRef): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal 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:(jsLong: BigDecimal).equals(arg0)
- Definition Classes
- BigDecimal → AnyRef → Any
- def format(arg0: DateTimeFormatter): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).format(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime
- def format(arg0: DateTimeFormatter): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).format(arg0)
- Definition Classes
- LocalTime
- def format(arg0: DateTimeFormatter): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).format(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate
- def get(arg0: TemporalField): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime 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:(jsLong: LocalDateTime).get(arg0)
- Definition Classes
- LocalDateTime → TemporalAccessor
- def get(arg0: TemporalField): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).get(arg0)
- Definition Classes
- LocalTime → TemporalAccessor
- def get(arg0: TemporalField): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).get(arg0)
- Definition Classes
- LocalDate → TemporalAccessor
- def getChronology(): Chronology
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getChronology()
- Definition Classes
- ChronoLocalDateTime
- def getChronology(): IsoChronology
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getChronology()
- Definition Classes
- LocalDate → ChronoLocalDate
- def getDayOfMonth(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getDayOfMonth()
- Definition Classes
- LocalDateTime
- def getDayOfMonth(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getDayOfMonth()
- Definition Classes
- LocalDate
- def getDayOfWeek(): DayOfWeek
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getDayOfWeek()
- Definition Classes
- LocalDateTime
- def getDayOfWeek(): DayOfWeek
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getDayOfWeek()
- Definition Classes
- LocalDate
- def getDayOfYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getDayOfYear()
- Definition Classes
- LocalDateTime
- def getDayOfYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getDayOfYear()
- Definition Classes
- LocalDate
- def getHour(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getHour()
- Definition Classes
- LocalDateTime
- def getHour(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).getHour()
- Definition Classes
- LocalTime
- def getLong(arg0: TemporalField): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getLong(arg0)
- Definition Classes
- LocalDateTime → TemporalAccessor
- def getLong(arg0: TemporalField): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).getLong(arg0)
- Definition Classes
- LocalTime → TemporalAccessor
- def getLong(arg0: TemporalField): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getLong(arg0)
- Definition Classes
- LocalDate → TemporalAccessor
- def getMinute(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getMinute()
- Definition Classes
- LocalDateTime
- def getMinute(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).getMinute()
- Definition Classes
- LocalTime
- def getMonth(): Month
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getMonth()
- Definition Classes
- LocalDateTime
- def getMonth(): Month
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getMonth()
- Definition Classes
- LocalDate
- def getMonthValue(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getMonthValue()
- Definition Classes
- LocalDateTime
- def getMonthValue(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getMonthValue()
- Definition Classes
- LocalDate
- def getNano(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getNano()
- Definition Classes
- LocalDateTime
- def getNano(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).getNano()
- Definition Classes
- LocalTime
- def getSecond(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getSecond()
- Definition Classes
- LocalDateTime
- def getSecond(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).getSecond()
- Definition Classes
- LocalTime
- def getTime(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getTime()
- Definition Classes
- Date
- def getTime(): Long
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getTime()
- Definition Classes
- Timestamp → Date
- def getYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).getYear()
- Definition Classes
- LocalDateTime
- def getYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).getYear()
- Definition Classes
- LocalDate
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toString 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:(jsLong: String).hashCode()
- Definition Classes
- String → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).hashCode()
- Definition Classes
- Date → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).hashCode()
- Definition Classes
- Timestamp → Date → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).hashCode()
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).hashCode()
- Definition Classes
- LocalTime → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).hashCode()
- Definition Classes
- LocalDate → ChronoLocalDate → AnyRef → Any
- def hashCode(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal 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:(jsLong: BigDecimal).hashCode()
- Definition Classes
- BigDecimal → AnyRef → Any
- def isSupported(arg0: TemporalUnit): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).isSupported(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def isSupported(arg0: TemporalField): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).isSupported(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → TemporalAccessor
- def isSupported(arg0: TemporalUnit): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).isSupported(arg0)
- Definition Classes
- LocalTime → Temporal
- def isSupported(arg0: TemporalField): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).isSupported(arg0)
- Definition Classes
- LocalTime → TemporalAccessor
- def isSupported(arg0: TemporalUnit): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).isSupported(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def isSupported(arg0: TemporalField): Boolean
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).isSupported(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → TemporalAccessor
- def minus(arg0: Long, arg1: TemporalUnit): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minus(arg0, arg1)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def minus(arg0: TemporalAmount): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minus(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def minus(arg0: Long, arg1: TemporalUnit): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minus(arg0, arg1)
- Definition Classes
- LocalTime → Temporal
- def minus(arg0: TemporalAmount): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minus(arg0)
- Definition Classes
- LocalTime → Temporal
- def minus(arg0: Long, arg1: TemporalUnit): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minus(arg0, arg1)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def minus(arg0: TemporalAmount): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minus(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def minusDays(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusDays(arg0)
- Definition Classes
- LocalDateTime
- def minusDays(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minusDays(arg0)
- Definition Classes
- LocalDate
- def minusHours(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusHours(arg0)
- Definition Classes
- LocalDateTime
- def minusHours(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minusHours(arg0)
- Definition Classes
- LocalTime
- def minusMinutes(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusMinutes(arg0)
- Definition Classes
- LocalDateTime
- def minusMinutes(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minusMinutes(arg0)
- Definition Classes
- LocalTime
- def minusMonths(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusMonths(arg0)
- Definition Classes
- LocalDateTime
- def minusMonths(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minusMonths(arg0)
- Definition Classes
- LocalDate
- def minusNanos(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusNanos(arg0)
- Definition Classes
- LocalDateTime
- def minusNanos(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minusNanos(arg0)
- Definition Classes
- LocalTime
- def minusSeconds(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusSeconds(arg0)
- Definition Classes
- LocalDateTime
- def minusSeconds(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).minusSeconds(arg0)
- Definition Classes
- LocalTime
- def minusWeeks(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusWeeks(arg0)
- Definition Classes
- LocalDateTime
- def minusWeeks(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minusWeeks(arg0)
- Definition Classes
- LocalDate
- def minusYears(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).minusYears(arg0)
- Definition Classes
- LocalDateTime
- def minusYears(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).minusYears(arg0)
- Definition Classes
- LocalDate
- def plus(arg0: Long, arg1: TemporalUnit): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plus(arg0, arg1)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def plus(arg0: TemporalAmount): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plus(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def plus(arg0: Long, arg1: TemporalUnit): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plus(arg0, arg1)
- Definition Classes
- LocalTime → Temporal
- def plus(arg0: TemporalAmount): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plus(arg0)
- Definition Classes
- LocalTime → Temporal
- def plus(arg0: Long, arg1: TemporalUnit): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plus(arg0, arg1)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def plus(arg0: TemporalAmount): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plus(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def plusDays(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusDays(arg0)
- Definition Classes
- LocalDateTime
- def plusDays(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plusDays(arg0)
- Definition Classes
- LocalDate
- def plusHours(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusHours(arg0)
- Definition Classes
- LocalDateTime
- def plusHours(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plusHours(arg0)
- Definition Classes
- LocalTime
- def plusMinutes(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusMinutes(arg0)
- Definition Classes
- LocalDateTime
- def plusMinutes(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plusMinutes(arg0)
- Definition Classes
- LocalTime
- def plusMonths(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusMonths(arg0)
- Definition Classes
- LocalDateTime
- def plusMonths(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plusMonths(arg0)
- Definition Classes
- LocalDate
- def plusNanos(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusNanos(arg0)
- Definition Classes
- LocalDateTime
- def plusNanos(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plusNanos(arg0)
- Definition Classes
- LocalTime
- def plusSeconds(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusSeconds(arg0)
- Definition Classes
- LocalDateTime
- def plusSeconds(arg0: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).plusSeconds(arg0)
- Definition Classes
- LocalTime
- def plusWeeks(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusWeeks(arg0)
- Definition Classes
- LocalDateTime
- def plusWeeks(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plusWeeks(arg0)
- Definition Classes
- LocalDate
- def plusYears(arg0: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).plusYears(arg0)
- Definition Classes
- LocalDateTime
- def plusYears(arg0: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).plusYears(arg0)
- Definition Classes
- LocalDate
- def range(arg0: TemporalField): ValueRange
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).range(arg0)
- Definition Classes
- LocalDateTime → TemporalAccessor
- def range(arg0: TemporalField): ValueRange
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).range(arg0)
- Definition Classes
- LocalTime → TemporalAccessor
- def range(arg0: TemporalField): ValueRange
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).range(arg0)
- Definition Classes
- LocalDate → TemporalAccessor
- def setTime(arg0: Long): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setTime(arg0)
- Definition Classes
- Date
- def setTime(arg0: Long): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setTime(arg0)
- Definition Classes
- Timestamp → Date
- def toByte: Byte
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toByte
- Definition Classes
- Double
- def toByte: Byte
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toByte
- Definition Classes
- Long
- def toByte: Byte
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toByte
- Definition Classes
- Int
- def toByte: Byte
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toByte
- Definition Classes
- Long
- def toChar: Char
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toChar
- Definition Classes
- Double
- def toChar: Char
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toChar
- Definition Classes
- Long
- def toChar: Char
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toChar
- Definition Classes
- Int
- def toChar: Char
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toChar
- Definition Classes
- Long
- def toDouble: Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toDouble
- Definition Classes
- Double
- def toDouble: Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toDouble
- Definition Classes
- Long
- def toDouble: Double
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toDouble
- Definition Classes
- Int
- def toDouble: Double
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toDouble
- Definition Classes
- Long
- def toFloat: Float
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toFloat
- Definition Classes
- Double
- def toFloat: Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toFloat
- Definition Classes
- Long
- def toFloat: Float
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toFloat
- Definition Classes
- Int
- def toFloat: Float
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toFloat
- Definition Classes
- Long
- def toInstant(): Instant
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).toInstant()
- Definition Classes
- Date
- def toInstant(): Instant
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).toInstant()
- Definition Classes
- Timestamp → Date
- def toInt: Int
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toInt
- Definition Classes
- Double
- def toInt: Int
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toInt
- Definition Classes
- Long
- def toInt: Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toInt
- Definition Classes
- Int
- def toInt: Int
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toInt
- Definition Classes
- Long
- def toLong: Long
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toLong
- Definition Classes
- Double
- def toLong: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toLong
- Definition Classes
- Long
- def toLong: Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toLong
- Definition Classes
- Int
- def toLong: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toLong
- Definition Classes
- Long
- def toShort: Short
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).toShort
- Definition Classes
- Double
- def toShort: Short
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toShort
- Definition Classes
- Long
- def toShort: Short
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).toShort
- Definition Classes
- Int
- def toShort: Short
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).toShort
- Definition Classes
- Long
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toString 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:(jsLong: String).toString()
- Definition Classes
- String → CharSequence → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).toString()
- Definition Classes
- Date → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).toString()
- Definition Classes
- Timestamp → Date → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime 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:(jsLong: LocalDateTime).toString()
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).toString()
- Definition Classes
- LocalTime → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).toString()
- Definition Classes
- LocalDate → ChronoLocalDate → AnyRef → Any
- def toString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toBigDecimal 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:(jsLong: BigDecimal).toString()
- Definition Classes
- BigDecimal → AnyRef → Any
- def truncatedTo(arg0: TemporalUnit): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).truncatedTo(arg0)
- Definition Classes
- LocalDateTime
- def truncatedTo(arg0: TemporalUnit): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).truncatedTo(arg0)
- Definition Classes
- LocalTime
- def unary_+: Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).unary_+
- Definition Classes
- Double
- def unary_+: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_+
- Definition Classes
- Long
- def unary_+: Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).unary_+
- Definition Classes
- Int
- def unary_+: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_+
- Definition Classes
- Long
- def unary_-: Double
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).unary_-
- Definition Classes
- Double
- def unary_-: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_-
- Definition Classes
- Long
- def unary_-: Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).unary_-
- Definition Classes
- Int
- def unary_-: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_-
- Definition Classes
- Long
- def unary_~: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_~
- Definition Classes
- Long
- def unary_~: Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).unary_~
- Definition Classes
- Int
- def unary_~: Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).unary_~
- Definition Classes
- Long
- def until(arg0: Temporal, arg1: TemporalUnit): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).until(arg0, arg1)
- Definition Classes
- LocalDateTime → Temporal
- def until(arg0: Temporal, arg1: TemporalUnit): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).until(arg0, arg1)
- Definition Classes
- LocalTime → Temporal
- def until(arg0: Temporal, arg1: TemporalUnit): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).until(arg0, arg1)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def update(i: Int, x: Byte): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toArray[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:(jsLong: Array[Byte]).update(i, x)
- Definition Classes
- Array
- def with(arg0: TemporalField, arg1: Long): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).with(arg0, arg1)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def with(arg0: TemporalAdjuster): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).with(arg0)
- Definition Classes
- LocalDateTime → ChronoLocalDateTime → Temporal
- def with(arg0: TemporalField, arg1: Long): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).with(arg0, arg1)
- Definition Classes
- LocalTime → Temporal
- def with(arg0: TemporalAdjuster): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).with(arg0)
- Definition Classes
- LocalTime → Temporal
- def with(arg0: TemporalField, arg1: Long): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).with(arg0, arg1)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def with(arg0: TemporalAdjuster): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).with(arg0)
- Definition Classes
- LocalDate → ChronoLocalDate → Temporal
- def withDayOfMonth(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withDayOfMonth(arg0)
- Definition Classes
- LocalDateTime
- def withDayOfMonth(arg0: Int): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).withDayOfMonth(arg0)
- Definition Classes
- LocalDate
- def withDayOfYear(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withDayOfYear(arg0)
- Definition Classes
- LocalDateTime
- def withDayOfYear(arg0: Int): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).withDayOfYear(arg0)
- Definition Classes
- LocalDate
- def withHour(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withHour(arg0)
- Definition Classes
- LocalDateTime
- def withHour(arg0: Int): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).withHour(arg0)
- Definition Classes
- LocalTime
- def withMinute(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withMinute(arg0)
- Definition Classes
- LocalDateTime
- def withMinute(arg0: Int): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).withMinute(arg0)
- Definition Classes
- LocalTime
- def withMonth(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withMonth(arg0)
- Definition Classes
- LocalDateTime
- def withMonth(arg0: Int): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).withMonth(arg0)
- Definition Classes
- LocalDate
- def withNano(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withNano(arg0)
- Definition Classes
- LocalDateTime
- def withNano(arg0: Int): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).withNano(arg0)
- Definition Classes
- LocalTime
- def withSecond(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withSecond(arg0)
- Definition Classes
- LocalDateTime
- def withSecond(arg0: Int): LocalTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalTime 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:(jsLong: LocalTime).withSecond(arg0)
- Definition Classes
- LocalTime
- def withYear(arg0: Int): LocalDateTime
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDateTime performed by method json2LocalDateTime in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: LocalDateTime).withYear(arg0)
- Definition Classes
- LocalDateTime
- def withYear(arg0: Int): LocalDate
- Implicit
- This member is added by an implicit conversion from JsLong toLocalDate 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:(jsLong: LocalDate).withYear(arg0)
- Definition Classes
- LocalDate
- def |(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).|(x)
- Definition Classes
- Int
- def |(x: Int): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).|(x)
- Definition Classes
- Int
- def |(x: Char): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).|(x)
- Definition Classes
- Int
- def |(x: Short): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).|(x)
- Definition Classes
- Int
- def |(x: Byte): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).|(x)
- Definition Classes
- Int
- def |(x: Long): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Int): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Char): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Short): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
- def |(x: Byte): Long
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).|(x)
- Definition Classes
- Long
Deprecated Value Members
- def +(x: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toDouble performed by method json2Double in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Double).+(x)
- Definition Classes
- Double
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation
s"$num$str"
- def +(x: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation
s"$num$str"
- def +(x: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).+(x)
- Definition Classes
- Int
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation
s"$num$str"
- def +(x: String): String
- Implicit
- This member is added by an implicit conversion from JsLong toLong performed by method json2Long in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Long).+(x)
- Definition Classes
- Long
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Adding a number and a String is deprecated. Use the string interpolation
s"$num$str"
- def <<(x: Long): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).<<(x)
- Definition Classes
- Int
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.7) shifting a value by a
Long
argument is deprecated (except when the value is aLong
). CalltoInt
on the argument to maintain the current behavior and avoid the deprecation warning.
- def >>(x: Long): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).>>(x)
- Definition Classes
- Int
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.7) shifting a value by a
Long
argument is deprecated (except when the value is aLong
). CalltoInt
on the argument to maintain the current behavior and avoid the deprecation warning.
- def >>>(x: Long): Int
- Implicit
- This member is added by an implicit conversion from JsLong toInt performed by method json2Int in smile.json.
- Shadowing
- This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
To access this member you can use a type ascription:(jsLong: Int).>>>(x)
- Definition Classes
- Int
- Annotations
- @deprecated
- Deprecated
(Since version 2.12.7) shifting a value by a
Long
argument is deprecated (except when the value is aLong
). CalltoInt
on the argument to maintain the current behavior and avoid the deprecation warning.
- def getBytes(arg0: Int, arg1: Int, arg2: Array[Byte], arg3: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toString performed by method json2String in smile.json.
- Definition Classes
- String
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getDate(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getDate()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getDate(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getDate()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getDay(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getDay()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getDay(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getDay()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getHours(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getHours()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getHours(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getHours()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getMinutes(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getMinutes()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getMinutes(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getMinutes()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getMonth(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getMonth()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getMonth(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getMonth()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getSeconds(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getSeconds()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getSeconds(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getSeconds()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getTimezoneOffset(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getTimezoneOffset()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getTimezoneOffset(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getTimezoneOffset()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).getYear()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def getYear(): Int
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).getYear()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setDate(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setDate(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setDate(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setDate(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setHours(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setHours(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setHours(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setHours(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setMinutes(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setMinutes(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setMinutes(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setMinutes(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setMonth(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setMonth(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setMonth(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setMonth(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setSeconds(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setSeconds(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setSeconds(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setSeconds(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setYear(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).setYear(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def setYear(arg0: Int): Unit
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).setYear(arg0)
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def toGMTString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).toGMTString()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def toGMTString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).toGMTString()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def toLocaleString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toDate 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:(jsLong: Date).toLocaleString()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def toLocaleString(): String
- Implicit
- This member is added by an implicit conversion from JsLong toTimestamp 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:(jsLong: Timestamp).toLocaleString()
- Definition Classes
- Date
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
- def →[B](y: B): (JsLong, B)
- Implicit
- This member is added by an implicit conversion from JsLong toArrowAssoc[JsLong] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages,
JSON has only types of string, number, boolean, object, array, and null. This library includes additional types such as date, int, long, double, counter, binary, UUID, ObjectId (as in BSON), etc.
It is very easy to parse a JSON object:
The interpolator
json
parse a string toJsObject
. It is also okay to embed variable references directly in processed string literals.If the string is not a JSON object but any other valid JSON expression, one may use parseJson method to convert the string to a
JsValue
."1".parseJson
The json interpolator can only be applied to string literals. If you want to parse a string variable, the
parseJson
method can always be employed. If you know the string contains a JSON object, you may also use the methodparseJsObject
.To serialize a JSON value (of type JsValue) in compact mode, you can just use
toString
. To pretty print, use the methodprettyPrint
.With a
JsObject
orJsArray
, you can refer to the individual elements with a variation of array syntax, like this:Note that we follow Scala's array access convention by
()
rather than[]
in JavaScript.Besides, you can use the dot notation to access its fields/elements just like in JavaScript:
doc.store.bicycle.color doc.store.book(0).author
It is worth noting that we didn't define the type/schema of the document while Scala is a strong type language. In other words, we have both the type safe features of strong type language and the flexibility of dynamic language in this JSON library.
If you try to access a non-exist field, 1JsUndefined
is returned.
Although there are already several nice JSON libraries for Scala, the JSON objects are immutable by design, which is a natural choice for a functional language. For database, however, data mutation is necessary. Therefore,
JsObject
andJsArray
are mutable data structures. You can set/add a field just like in JavaScript:json.store.bicycle.color = "green"
To delete a field from
JsObject
, use remove method:It is same as setting it
JsUndefined
:doc.store.book(0).price = `JsUndefined`
To delete an element from
JsArray
, the remove method will effectively remove it from the array. However, setting an element to undefined doesn't reduce the array size.It is also possible to append an element or another array to
JsArray
:Common iterative operations such as
foreach
,map
,reduce
can be applied toJsArray
too.doc.store.book.asInstanceOf[JsArray].foreach { book => println(book.price) }
Because Scala is a static language, it is impossible to know
doc.store.book
is an array at compile time. So it is typed as genericJsValue
, which is the parent type of specific JSON data types. Therefore, we useasInstanceOf[JsArray]
to convert it toJsArray
in order to useforeach
.