CursorOp

sealed abstract class CursorOp extends Product with Serializable
Companion:
object
Source:
CursorOp.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
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

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?

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?

Source:
CursorOp.scala

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product