Packages

object Cursors extends Type

Linear Supertypes
Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cursors
  2. Type
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Change[T <: Txn[T], D <: Txn[D]] extends AnyRef
  2. final case class ChildAdded[T <: Txn[T], D <: Txn[D]](idx: Int, child: Cursors[T, D]) extends Change[T, D] with Product with Serializable
  3. final case class ChildRemoved[T <: Txn[T], D <: Txn[D]](idx: Int, child: Cursors[T, D]) extends Change[T, D] with Product with Serializable
  4. final case class ChildUpdate[T <: Txn[T], D <: Txn[D]](change: Update[T, D]) extends Change[T, D] with Product with Serializable
  5. final case class Renamed[T <: Txn[T], D <: Txn[D]](change: model.Change[String]) extends Change[T, D] with Product with Serializable
  6. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[T <: Txn[T], D1 <: Txn[D1]](seminal: Access[T])(implicit tx: D1): Cursors[T, D1]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit def format[T <: Txn[T], D1 <: Txn[D1]]: TFormat[D1, Cursors[T, D1]]
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def init(): Unit
    Definition Classes
    Type
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Elem[T]
    Definition Classes
    CursorsType
  18. def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Elem[T]
    Definition Classes
    Type
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final val typeId: Int(65548)
    Definition Classes
    CursorsType
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped