Packages

case class JsObject extends JsVariable with Product with Serializable

Linear Supertypes
Product, Equals, JsVariable, JsonVal, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsObject
  2. Product
  3. Equals
  4. JsVariable
  5. JsonVal
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ++(js: JsonVal): JsonVal
    Definition Classes
    JsObject → JsonVal
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def approvalSyntax(c: Char): Unit
    Definition Classes
    JsVariable → JsonVal
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bf: Set[(JsString, JsonVal)]
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def des[T](implicit c: Read[T]): T
    Definition Classes
    JsonVal
  10. def encode(b: StringBuffer): Unit
    Definition Classes
    JsObject → JsonVal
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isEmpty: Boolean
    Definition Classes
    JsonVal
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isNonEmpty: Boolean
    Definition Classes
    JsonVal
  16. def named(key: String): JsonVal
    Definition Classes
    JsObjectJsVariable → JsonVal
  17. def named(key: JsonKeyRef): JsonVal
    Definition Classes
    JsonVal
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def productElementNames: Iterator[String]
    Definition Classes
    Product
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    JsonVal → AnyRef → Any
  24. def typed[T](key: JsonKeyRef)(implicit arg0: Read[T]): T
    Definition Classes
    JsonVal
  25. def unapply(arg: JsObject): Option[List[(JsonVal, JsonVal)]]
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from JsVariable

Inherited from JsonVal

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped