object JsObject extends (Seq[(String, JsValue)]) => JsObject with Serializable

Source
JsValue.scala
Linear Supertypes
Serializable, (Seq[(String, JsValue)]) => JsObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsObject
  2. Serializable
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def andThen[A](g: (JsObject) => A): (Seq[(String, JsValue)]) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(fields: Seq[(String, JsValue)]): JsObject

    Construct a new JsObject, with the order of fields in the Seq.

    Construct a new JsObject, with the order of fields in the Seq.

    Definition Classes
    JsObject → Function1
  3. def compose[A](g: (A) => Seq[(String, JsValue)]): (A) => JsObject
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def empty: JsObject

    An empty JSON object

  5. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  6. implicit def writes: [JsObject]

    Identity writes