Class/Object

smile.json

JsLong

Related Docs: object JsLong | package json

Permalink

case class JsLong(value: Long) extends JsValue with Ordered[JsLong] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsLong], Comparable[JsLong], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsLong
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. JsValue
  9. Dynamic
  10. AnyRef
  11. Any
Implicitly
  1. by json2Long
  2. by orderingToOrdered
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsLong(value: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def %(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  4. def %(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  5. def %(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  6. def %(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  7. def %(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  8. def %(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  9. def %(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  10. def &(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  11. def &(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  12. def &(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  13. def &(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  14. def &(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  15. def *(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  16. def *(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  17. def *(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  18. def *(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  19. def *(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  20. def *(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  21. def *(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  22. def +(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  23. def +(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  24. def +(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  25. def +(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  26. def +(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  27. def +(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  28. def +(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  29. def -(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  30. def -(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  31. def -(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  32. def -(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  33. def -(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  34. def -(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  35. def -(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  36. def ->[B](y: B): (JsLong, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to ArrowAssoc[JsLong] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  37. def /(x: Double): Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  38. def /(x: Float): Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  39. def /(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  40. def /(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  41. def /(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  42. def /(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  43. def /(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  44. def <(that: JsLong): Boolean

    Permalink
    Definition Classes
    Ordered
  45. def <<(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  46. def <<(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  47. def <=(that: JsLong): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def >(that: JsLong): Boolean

    Permalink
    Definition Classes
    Ordered
  50. def >=(that: JsLong): Boolean

    Permalink
    Definition Classes
    Ordered
  51. def >>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  52. def >>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  53. def >>>(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  54. def >>>(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  55. def ^(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  56. def ^(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  57. def ^(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  58. def ^(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  59. def ^(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  60. def apply(range: Range): JsArray

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

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

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

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

    Permalink
    Definition Classes
    JsValue
  65. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  66. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsLongJsValue
  67. def asDate: LocalDate

    Permalink
    Definition Classes
    JsValue
  68. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsValue
  69. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  70. def asDouble: Double

    Permalink
    Definition Classes
    JsLongJsValue
  71. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  72. def asInt: Int

    Permalink
    Definition Classes
    JsLongJsValue
  73. def asLong: Long

    Permalink
    Definition Classes
    JsLongJsValue
  74. def asTime: LocalTime

    Permalink
    Definition Classes
    JsValue
  75. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  76. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  78. def compare(that: JsLong): Int

    Permalink
    Definition Classes
    JsLong → Ordered
  79. def compareTo(that: JsLong): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  80. def ensuring(cond: (JsLong) ⇒ Boolean, msg: ⇒ Any): JsLong

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

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

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

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

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

    Permalink
    Definition Classes
    JsLong → Equals → AnyRef → Any
  86. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  87. def formatted(fmtstr: String): String

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

    Permalink
    Definition Classes
    JsValue
  89. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  90. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  91. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  92. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  94. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  95. def remove(index: Int): JsValue

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

    Permalink
    Definition Classes
    JsValue
  97. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  98. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  99. def toByte: Byte

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  100. def toChar: Char

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  101. def toDouble: Double

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  102. def toFloat: Float

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  103. def toInt: Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  104. def toLong: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  105. def toShort: Short

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  106. def toString(): String

    Permalink
    Definition Classes
    JsLongJsValue → AnyRef → Any
  107. def unary_+: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  108. def unary_-: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  109. def unary_~: Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  110. def update(index: Int, value: JsValue): JsValue

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

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

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

    Permalink
    Definition Classes
    JsValue
  114. val value: Long

    Permalink
  115. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  118. def |(x: Long): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  119. def |(x: Int): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  120. def |(x: Char): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  121. def |(x: Short): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  122. def |(x: Byte): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Definition Classes
    Long
  123. def [B](y: B): (JsLong, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to ArrowAssoc[JsLong] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  2. def !=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  3. def !=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  4. def !=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  5. def !=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  6. def !=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  7. def !=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).!=(x)
    Definition Classes
    Long
  8. def +(x: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar 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
  9. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to any2stringadd[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
  10. def <(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  11. def <(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  12. def <(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  13. def <(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  14. def <(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  15. def <(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  16. def <(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<(x)
    Definition Classes
    Long
  17. def <(that: JsLong): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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
  18. def <=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  19. def <=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  20. def <=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  21. def <=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  22. def <=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  23. def <=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  24. def <=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).<=(x)
    Definition Classes
    Long
  25. def <=(that: JsLong): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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
  26. def ==(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  27. def ==(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  28. def ==(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  29. def ==(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  30. def ==(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  31. def ==(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  32. def ==(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).==(x)
    Definition Classes
    Long
  33. def >(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  34. def >(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  35. def >(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  36. def >(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  37. def >(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  38. def >(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  39. def >(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>(x)
    Definition Classes
    Long
  40. def >(that: JsLong): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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
  41. def >=(x: Double): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  42. def >=(x: Float): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  43. def >=(x: Long): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  44. def >=(x: Int): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  45. def >=(x: Char): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  46. def >=(x: Short): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  47. def >=(x: Byte): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Long performed by method json2Long in smile.json.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (jsLong: Long).>=(x)
    Definition Classes
    Long
  48. def >=(that: JsLong): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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
  49. def compare(that: JsLong): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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
  50. def compareTo(that: JsLong): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsLong to Ordered[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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[JsLong]

Inherited from Comparable[JsLong]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion json2Long from JsLong to Long

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

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

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

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

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

Ungrouped