CursorOp

io.circe.CursorOp
See theCursorOp companion object
sealed abstract class CursorOp extends Product with Serializable

Attributes

Companion:
object
Source:
CursorOp.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class ArrayOp
object DownArray.type
class DownN
class ObjectOp
class DownField
object DeleteGoParent.type
class Field
object MoveLeft.type
object MoveRight.type
object MoveUp.type

Members list

Concise view

Value members

Abstract methods

Does this operation require the current focus (not context) to be an array?

Does this operation require the current focus (not context) to be an array?

Attributes

Source:
CursorOp.scala

Does this operation require the current focus (not context) to be an object?

Does this operation require the current focus (not context) to be an object?

Attributes

Source:
CursorOp.scala

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product