Packages

c

io.circe.optics

JsonFoldPath

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

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

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)(index: Int): JsonFoldPath
  6. final def arr: Fold[Json, Vector[Json]]
  7. final def as[A](implicit decode: Decoder[A], encode: Encoder[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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  15. final def double: Fold[Json, Double]
  16. final def each: JsonFoldPath
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def filter(p: (Json) => Boolean): JsonFoldPath
  19. final def filterByField(p: (String) => Boolean): JsonFoldPath
  20. final def filterByIndex(p: (Int) => Boolean): JsonFoldPath
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def index(i: Int): JsonFoldPath
  24. final def int: Fold[Json, Int]
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val json: Fold[Json, Json]
  27. final def long: Fold[Json, Long]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def null: Fold[Json, Unit]
  32. final def number: Fold[Json, JsonNumber]
  33. final def obj: Fold[Json, JsonObject]
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. final def selectDynamic(field: String): JsonFoldPath
  36. final def short: Fold[Json, Short]
  37. final def string: Fold[Json, String]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped