CursorScalaz

class Object
trait Matchable
class Any

Value members

Inherited fields

val focusL: Lens[Cursor, Json]

A lens of a cursor's focus.

A lens of a cursor's focus.

Inherited from:
CursorScalazs
Source:
CursorScalaz.scala
val leftL: PLens[Cursor, Json]

A partial lens of the left of a cursor at a JSON array.

A partial lens of the left of a cursor at a JSON array.

Inherited from:
CursorScalazs
Source:
CursorScalaz.scala
val leftsL: PLens[Cursor, JsonArray]

A partial lens of the lefts of a cursor at a JSON array.

A partial lens of the lefts of a cursor at a JSON array.

Inherited from:
CursorScalazs
Source:
CursorScalaz.scala
val rightL: PLens[Cursor, Json]

A partial lens of the right of a cursor at a JSON array.

A partial lens of the right of a cursor at a JSON array.

Inherited from:
CursorScalazs
Source:
CursorScalaz.scala
val rightsL: PLens[Cursor, JsonArray]

A partial lens of the rights of a cursor at a JSON array.

A partial lens of the rights of a cursor at a JSON array.

Inherited from:
CursorScalazs
Source:
CursorScalaz.scala

Implicits

Inherited implicits

implicit val CursorInstances: Equal[Cursor] & Show[Cursor]
Inherited from:
CursorScalazs
Source:
CursorScalaz.scala