UnconstrainedOp

io.circe.CursorOp$.UnconstrainedOp
sealed abstract class UnconstrainedOp extends CursorOp

Attributes

Source:
CursorOp.scala
Graph
Supertypes
class CursorOp
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object DeleteGoParent.type
class Field
object MoveLeft.type
object MoveRight.type
object MoveUp.type

Members list

Concise view

Value members

Concrete 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