c

argonaut

JsonFoldPath

final case class JsonFoldPath(json: Fold[Json, Json]) extends Dynamic with Product with Serializable

Source
JsonPath.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonFoldPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dynamic
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonFoldPath(json: Fold[Json, Json])

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 apply(i: Int): JsonFoldPath
  5. final def applyDynamic(field: String)(i: Int): JsonFoldPath
  6. final def arr: Fold[Json, List[Json]]
  7. final def as[A](implicit arg0: DecodeJson[A]): Fold[Json, A]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def at(field: String): Fold[Json, Option[Json]]
  10. final def bigDecimal: Fold[Json, BigDecimal]
  11. final def bigInt: Fold[Json, BigInt]
  12. final def boolean: Fold[Json, Boolean]
  13. final def byte: Fold[Json, Byte]
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  15. final def each: JsonFoldPath
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def filter(p: (Json) ⇒ Boolean): JsonFoldPath
  18. final def filterByField(p: (String) ⇒ Boolean): JsonFoldPath
  19. final def filterByIndex(p: (Int) ⇒ Boolean): JsonFoldPath
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def index(i: Int): JsonFoldPath
  23. final def int: Fold[Json, Int]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val json: Fold[Json, Json]
  26. final def long: Fold[Json, Long]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def null: Fold[Json, Unit]
  31. final def number: Fold[Json, JsonNumber]
  32. final def obj: Fold[Json, JsonObject]
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. final def selectDynamic(field: String): JsonFoldPath
  35. final def short: Fold[Json, Short]
  36. final def string: Fold[Json, String]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped