final case class JsObj(map: Map[String, JsValue] = HashMap.empty) extends Json[JsObj] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Json[JsObj], JsValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsObj
  2. Serializable
  3. Product
  4. Equals
  5. Json
  6. JsValue
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsObj(map: Map[String, JsValue] = HashMap.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def +(pair: (JsPath, JsValue)): JsObj
    Definition Classes
    Json
    Annotations
    @inline()
  4. final def +!(pair: (JsPath, JsValue)): JsObj
    Definition Classes
    Json
    Annotations
    @inline()
  5. final def -(path: JsPath): JsObj
    Definition Classes
    Json
    Annotations
    @inline()
  6. final def --(xs: IterableOnce[JsPath]): JsObj
    Definition Classes
    Json
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def apply(pos: Position): JsValue
    Definition Classes
    JsObjJson
  9. def apply(key: String): JsValue
  10. final def apply(path: JsPath): JsValue
    Definition Classes
    Json
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def contains(path: JsPath): Boolean
    Definition Classes
    Json
  14. def count(p: ((JsPath, JsValue)) => Boolean): Int
    Definition Classes
    Json
  15. def countRec(p: ((JsPath, JsValue)) => Boolean): Int
    Definition Classes
    Json
  16. def empty: JsObj
    Definition Classes
    JsObjJson
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(that: Any): Boolean
    Definition Classes
    JsObj → Equals → AnyRef → Any
  19. def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
    Definition Classes
    Json
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. def get(path: JsPath): Option[JsValue]
    Definition Classes
    Json
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def head: (String, JsValue)
  24. def headOption(): Option[(String, JsValue)]
  25. def init: JsObj
    Definition Classes
    JsObjJson
  26. def inserted(pair: (JsPath, JsValue)): JsObj
    Definition Classes
    JsObjJson
  27. def isArr: Boolean
    Definition Classes
    JsObjJsValue
  28. def isBigDec: Boolean
    Definition Classes
    JsonJsValue
  29. def isBigInt: Boolean
    Definition Classes
    JsonJsValue
  30. def isBool: Boolean
    Definition Classes
    JsonJsValue
  31. def isDouble: Boolean
    Definition Classes
    JsonJsValue
  32. def isEmpty: Boolean
    Definition Classes
    JsObjJson
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isInt: Boolean
    Definition Classes
    JsonJsValue
  35. val isJson: Boolean
    Definition Classes
    JsValue
  36. def isLong: Boolean
    Definition Classes
    JsonJsValue
  37. def isNothing: Boolean
    Definition Classes
    JsonJsValue
  38. def isNull: Boolean
    Definition Classes
    JsonJsValue
  39. def isNumber: Boolean
    Definition Classes
    JsonJsValue
  40. def isObj: Boolean
    Definition Classes
    JsObjJsValue
  41. def isStr: Boolean
    Definition Classes
    JsonJsValue
  42. def keySet: Set[String]
  43. def keys: Iterable[String]
  44. def last: (String, JsValue)
  45. def lastOption: Option[(String, JsValue)]
  46. val map: Map[String, JsValue]
  47. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    Json
  48. final def mkString(sep: String): String
    Definition Classes
    Json
  49. final def mkString: String
    Definition Classes
    Json
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def nonEmpty: Boolean
    Definition Classes
    Json
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def productElementNames: Iterator[String]
    Definition Classes
    Product
  55. def removed(path: JsPath): JsObj
    Definition Classes
    JsObjJson
  56. def removedAll(xs: IterableOnce[JsPath]): JsObj
    Definition Classes
    JsObjJson
  57. def size: Int
    Definition Classes
    JsObjJson
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def tail: JsObj
    Definition Classes
    JsObjJson
  60. def toLazyList: LazyList[(JsPath, JsValue)]
    Definition Classes
    JsObjJson
  61. def toLazyListRec: LazyList[(JsPath, JsValue)]
    Definition Classes
    JsObjJson
  62. def toString(): String
    Definition Classes
    JsObj → AnyRef → Any
  63. def updated(pair: (JsPath, JsValue)): JsObj
    Definition Classes
    JsObjJson
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Json[JsObj]

Inherited from JsValue

Inherited from AnyRef

Inherited from Any

Ungrouped