Packages

o

value

Preamble

object Preamble

singleton with all the implicit conversions of the library. It must be always imported in order to be more concise and idiomatic defining Jsons, specs and JsPath.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Preamble
  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 bigDec2JsValue(n: BigDecimal): JsBigDec
  6. implicit def bigInt2JsValue(n: BigInt): JsBigInt
  7. implicit def bool2JsValue(bool: Boolean): JsBool
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. implicit def double2JsValue(n: Double): JsDouble
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. implicit def indexJsValue2JsPair[E <: JsValue](pair: (Int, E)): (JsPath, JsValue)
  16. implicit def int2JsPath(n: Int): JsPath
  17. implicit def int2JsValue(n: Int): JsInt
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit def keyBigDec2JsPair(pair: (String, BigDecimal)): (JsPath, JsValue)
  20. implicit def keyBigInt2JsPair(pair: (String, BigInt)): (JsPath, JsValue)
  21. implicit def keyBool2JsPair(pair: (String, Boolean)): (JsPath, JsValue)
  22. implicit def keyDouble2JsPair(pair: (String, Double)): (JsPath, JsValue)
  23. implicit def keyInt2JsPair(pair: (String, Int)): (JsPath, JsValue)
  24. implicit def keyJsValue2JsPair[E <: JsValue](pair: (String, E)): (JsPath, JsValue)
  25. implicit def keyLong2JsPair(pair: (String, Long)): (JsPath, JsValue)
  26. implicit def keyNull2JsPair(pair: (String, Null)): (JsPath, JsValue)
  27. implicit def keyStr2JsPair(pair: (String, String)): (JsPath, JsValue)
  28. implicit def long2JsValue(n: Long): JsLong
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. implicit def str2JsPath(name: String): JsPath
  33. implicit def str2JsValue(str: String): JsStr
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped