Primitive

jsonpath4s.optics.Primitive
final case class Primitive[Json, T[_]](json: Iso[Json, Json], jsonObjectIndex: String => Optional[Json, Json], jsonArray: Prism[Json, T[Json]], jsonArrayIndex: Int => Optional[Json, Json], jsonDescendants: Traversal[Json, Json], jsonPlate: Traversal[Json, Json])(implicit evidence$1: Traverse[T])

Attributes

Source
Compiler.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product