object Cursors extends Type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cursors
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Change[T <: Txn[T], D <: Txn[D]] extends AnyRef
- final case class ChildAdded[T <: Txn[T], D <: Txn[D]](idx: Int, child: Cursors[T, D]) extends Change[T, D] with Product with Serializable
- final case class ChildRemoved[T <: Txn[T], D <: Txn[D]](idx: Int, child: Cursors[T, D]) extends Change[T, D] with Product with Serializable
- final case class ChildUpdate[T <: Txn[T], D <: Txn[D]](change: Update[T, D]) extends Change[T, D] with Product with Serializable
- final case class Renamed[T <: Txn[T], D <: Txn[D]](change: model.Change[String]) extends Change[T, D] with Product with Serializable
- final case class Update[T <: Txn[T], D <: Txn[D]](source: Cursors[T, D], changes: IndexedSeq[Change[T, D]]) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[T <: Txn[T], D1 <: Txn[D1]](seminal: Access[T])(implicit tx: D1): Cursors[T, D1]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def format[T <: Txn[T], D1 <: Txn[D1]]: TFormat[D1, Cursors[T, D1]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init(): Unit
- Definition Classes
- Type
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Elem[T]
- def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Elem[T]
- Definition Classes
- Type
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(65548)
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated