trait Json[T <: Json[T]] extends JsValue

Linear Supertypes
JsValue, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Json
  2. JsValue
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(pos: Position): JsValue
  2. abstract def empty: T
  3. abstract def init: T
  4. abstract def inserted(pair: (JsPath, JsValue)): T
  5. abstract def isArr: Boolean
    Definition Classes
    JsValue
  6. abstract def isEmpty: Boolean
  7. abstract def isObj: Boolean
    Definition Classes
    JsValue
  8. abstract def removed(path: JsPath): T
  9. abstract def removedAll(xs: IterableOnce[JsPath]): T
  10. abstract def size: Int
  11. abstract def tail: T
  12. abstract def toLazyList: LazyList[(JsPath, JsValue)]
  13. abstract def toLazyListRec: LazyList[(JsPath, JsValue)]
  14. abstract def updated(pair: (JsPath, JsValue)): T

Concrete 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)): T
    Annotations
    @inline()
  4. final def +!(pair: (JsPath, JsValue)): T
    Annotations
    @inline()
  5. final def -(path: JsPath): T
    Annotations
    @inline()
  6. final def --(xs: IterableOnce[JsPath]): T
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def apply(path: JsPath): JsValue
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def contains(path: JsPath): Boolean
  12. def count(p: ((JsPath, JsValue)) => Boolean): Int
  13. def countRec(p: ((JsPath, JsValue)) => Boolean): Int
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def exists(p: ((JsPath, JsValue)) => Boolean): Boolean
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. def get(path: JsPath): Option[JsValue]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isBigDec: Boolean
    Definition Classes
    JsonJsValue
  22. def isBigInt: Boolean
    Definition Classes
    JsonJsValue
  23. def isBool: Boolean
    Definition Classes
    JsonJsValue
  24. def isDouble: Boolean
    Definition Classes
    JsonJsValue
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isInt: Boolean
    Definition Classes
    JsonJsValue
  27. val isJson: Boolean
    Definition Classes
    JsValue
  28. def isLong: Boolean
    Definition Classes
    JsonJsValue
  29. def isNothing: Boolean
    Definition Classes
    JsonJsValue
  30. def isNull: Boolean
    Definition Classes
    JsonJsValue
  31. def isNumber: Boolean
    Definition Classes
    JsonJsValue
  32. def isStr: Boolean
    Definition Classes
    JsonJsValue
  33. final def mkString(start: String, sep: String, end: String): String
  34. final def mkString(sep: String): String
  35. final def mkString: String
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def nonEmpty: Boolean
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from JsValue

Inherited from AnyRef

Inherited from Any

Ungrouped