ObjectOp

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

Attributes

Source:
CursorOp.scala
Graph
Supertypes
class CursorOp
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class DownField

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