FilterType

zio.json.ast.JsonCursor$.FilterType
final case class FilterType[A <: Json](parent: JsonCursor[_, _ <: Json], jsonType: JsonType[A]) extends JsonCursor[Json, A]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait JsonCursor[Json, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def >>>[Next <: Json](that: JsonCursor[A, Next]): JsonCursor[From, Next]

Attributes

Inherited from:
JsonCursor
final def element(index: Int)(implicit ev: A <:< Arr): DownElement

Attributes

Inherited from:
JsonCursor
final def field(field: String)(implicit ev: A <:< Obj): DownField

Attributes

Inherited from:
JsonCursor
final def filterType[B <: Json](jsonType: JsonType[B]): JsonCursor[Json, B]

Attributes

Inherited from:
JsonCursor
final def isArray: JsonCursor[Json, Arr]

Attributes

Inherited from:
JsonCursor
final def isBool: JsonCursor[Json, Bool]

Attributes

Inherited from:
JsonCursor
final def isNull: JsonCursor[Json, Null]

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
JsonCursor

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product