Packages

trait Txn[T <: Txn[T]] extends lucre.Txn[T]

Self Type
Txn[T]
Linear Supertypes
lucre.Txn[T], TxnLike, Exec[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Txn
  2. Txn
  3. TxnLike
  4. Exec
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Acc = Access[T]
  2. abstract type D <: DurableLike.Txn[D]
  3. abstract type I <: InMemoryLike.Txn[I]
    Definition Classes
    Txn → Txn → Exec
  4. type Id = Ident[T]
    Definition Classes
    Txn → Exec
  5. type Var[A] = lucre.Var[T, A]

Abstract Value Members

  1. abstract def afterCommit(code: => Unit): Unit
    Definition Classes
    TxnLike
  2. abstract def attrMap(obj: Obj[T]): AttrMap[T]
    Definition Classes
    Txn
  3. abstract def attrMapOption(obj: Obj[T]): Option[AttrMap[T]]
    Definition Classes
    Txn
  4. abstract def beforeCommit(fun: (T) => Unit): Unit
    Definition Classes
    Txn
  5. implicit abstract def durable: D
  6. implicit abstract def durableBridge: (T) => D
  7. abstract def inMemory: I
    Definition Classes
    Exec
  8. implicit abstract def inMemoryBridge: (T) => I
    Definition Classes
    Exec
  9. implicit abstract def inMemoryCursor: lucre.Cursor[I]
    Definition Classes
    Exec
  10. abstract def info: Modifiable
  11. abstract def inputAccess: Acc
  12. abstract def isRetroactive: Boolean
  13. abstract def newHandle[A](value: A)(implicit format: TFormat[T, A]): Source[T, A]

    The returned source is confluent.

    The returned source is confluent.

    Definition Classes
    Txn → Exec
  14. abstract def newHandleM[A](value: A)(implicit format: TFormat[T, A]): Source[T, A]

    The confluent handle is enhanced with the meld method.

  15. abstract def newId(): Id
    Definition Classes
    Exec
  16. abstract def newIdentMap[A]: IdentMap[T, A]
    Definition Classes
    Exec
  17. abstract def newInMemoryMap[A, B]: RefMap[T, A, B]
    Definition Classes
    Exec
  18. abstract def newInMemorySet[A]: RefSet[T, A]
    Definition Classes
    Exec
  19. abstract def newRef[A](init: A): lucre.Ref[T, A]
    Definition Classes
    Exec
  20. abstract def peer: InTxn
    Definition Classes
    TxnLike
  21. abstract def readId(in: DataInput): Id
    Definition Classes
    Exec
  22. abstract def system: ConfluentLike[T] { type I = Txn.this.I }
    Definition Classes
    Txn → Txn → Exec

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. 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 lucre.Txn[T]

Inherited from TxnLike

Inherited from Exec[T]

Inherited from AnyRef

Inherited from Any

Ungrouped