Packages

final case class Str(value: String) extends Json with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Str
  2. Serializable
  3. Product
  4. Equals
  5. Json
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Str(value: String)

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 as[A](implicit decoder: JsonDecoder[A]): Either[String, A]
    Definition Classes
    Json
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def equals(that: Any): Boolean
    Definition Classes
    Json → AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def foldDown[A](initial: A)(f: (A, Json) => A): A
    Definition Classes
    Json
  11. final def foldDownSome[A](initial: A)(pf: PartialFunction[(A, Json), A]): A
    Definition Classes
    Json
  12. final def foldUp[A](initial: A)(f: (A, Json) => A): A
    Definition Classes
    Json
  13. final def foldUpSome[A](initial: A)(pf: PartialFunction[(A, Json), A]): A
    Definition Classes
    Json
  14. final def get[A <: Json](cursor: JsonCursor[_, A]): Either[String, A]
    Definition Classes
    Json
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def hashCode(): Int
    Definition Classes
    Json → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def merge(that: Json): Json

    - merging objects results in a new objects with all pairs of both sides, with the right hand side being used on key conflicts

    - merging objects results in a new objects with all pairs of both sides, with the right hand side being used on key conflicts

    - merging arrays results in all of the individual elements being merged

    - scalar values will be replaced by the right hand side

    Definition Classes
    Json
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    Json → AnyRef → Any
  25. final def transformDown(f: (Json) => Json): Json
    Definition Classes
    Json
  26. final def transformDownSome(pf: PartialFunction[Json, Json]): Json
    Definition Classes
    Json
  27. final def transformUp(f: (Json) => Json): Json
    Definition Classes
    Json
  28. final def transformUpSome(pf: PartialFunction[Json, Json]): Json
    Definition Classes
    Json
  29. val value: String
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def widen: Json
    Definition Classes
    Json

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Json

Inherited from AnyRef

Inherited from Any

Ungrouped