o

jsonvalues

Implicits

object Implicits

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def bigDecToJsValue(n: BigDecimal): JsBigDec
  6. implicit def bigIntToJsValue(n: BigInt): JsBigInt
  7. implicit def boolToJsValue(bool: Boolean): JsBool
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. implicit def doubleToJsValue(n: Double): JsDouble
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. implicit def indexBigDecToJsPair(pair: (Int, BigDecimal)): (JsPath, JsValue)
  16. implicit def indexBollToJsPair(pair: (Int, Boolean)): (JsPath, JsValue)
  17. implicit def indexDoubleToJsPair(pair: (Int, Double)): (JsPath, JsValue)
  18. implicit def indexIntToJsPair(pair: (Int, Int)): (JsPath, JsValue)
  19. implicit def indexJsValueToJsPair[E <: JsValue](pair: (Int, E)): (JsPath, JsValue)
  20. implicit def indexLongToJsPair(pair: (Int, Long)): (JsPath, JsValue)
  21. implicit def indexNullToJsPair(pair: (Int, Null)): (JsPath, JsValue)
  22. implicit def indexStrToJsPair(pair: (Int, String)): (JsPath, JsValue)
  23. implicit def intToJsValue(n: Int): JsInt
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. implicit def keyBigDecToJsPair(pair: (String, BigDecimal)): (JsPath, JsValue)
  26. implicit def keyBoolToJsPair(pair: (String, Boolean)): (JsPath, JsValue)
  27. implicit def keyDoubleToJsPair(pair: (String, Double)): (JsPath, JsValue)
  28. implicit def keyIntToJsPair(pair: (String, Int)): (JsPath, JsValue)
  29. implicit def keyJsValueToJsPair[E <: JsValue](pair: (String, E)): (JsPath, JsValue)
  30. implicit def keyLongToJsPair(pair: (String, Long)): (JsPath, JsValue)
  31. implicit def keyNullToJsPair(pair: (String, Null)): (JsPath, JsValue)
  32. implicit def keyStrToJsPair(pair: (String, String)): (JsPath, JsValue)
  33. implicit def longToToJsValue(n: Long): JsLong
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. implicit def strToJsValue(str: String): JsStr
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped