Packages

t

de.sciss.lucre.synth.impl

TxnFullImpl

trait TxnFullImpl[T <: Txn[T]] extends RTImpl with Txn[T]

Linear Supertypes
Txn[T], lucre.Txn[T], Exec[T], RTImpl, RT, TxnLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TxnFullImpl
  2. Txn
  3. Txn
  4. Exec
  5. RTImpl
  6. RT
  7. TxnLike
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type I <: Txn[I]
    Definition Classes
    Txn → Txn → Exec
  2. abstract type Id <: Ident[T]
    Definition Classes
    Exec

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. abstract def inMemory: I
    Definition Classes
    Exec
  6. implicit abstract def inMemoryBridge: (T) => I
    Definition Classes
    Exec
  7. implicit abstract def inMemoryCursor: Cursor[I]
    Definition Classes
    Exec
  8. abstract def newHandle[A](value: A)(implicit format: TFormat[T, A]): Source[T, A]
    Definition Classes
    Exec
  9. abstract def newId(): Id
    Definition Classes
    Exec
  10. abstract def newIdentMap[A]: IdentMap[T, A]
    Definition Classes
    Exec
  11. abstract def newInMemoryMap[A, B]: RefMap[T, A, B]
    Definition Classes
    Exec
  12. abstract def newInMemorySet[A]: RefSet[T, A]
    Definition Classes
    Exec
  13. abstract def newRef[A](init: A): Ref[T, A]
    Definition Classes
    Exec
  14. abstract def peer: InTxn
    Definition Classes
    TxnLike
  15. abstract def readId(in: DataInput): Id
    Definition Classes
    Exec
  16. abstract def system: lucre.Sys
    Definition Classes
    Txn → Exec
  17. abstract def systemTimeNanoSec: Long

    Or zero if not scheduled.

    Or zero if not scheduled.

    Definition Classes
    RT

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 addMessage(resource: Resource, m: Message, dependencies: Seq[Resource]): Unit
    Definition Classes
    RTImplRT
  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. final def flush(): Unit
    Attributes
    protected
    Definition Classes
    RTImpl
  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. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def markBundlesDirty(): Unit
    Attributes
    protected
    Definition Classes
    TxnFullImplRTImpl
  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. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. 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 Txn[T]

Inherited from lucre.Txn[T]

Inherited from Exec[T]

Inherited from RTImpl

Inherited from RT

Inherited from TxnLike

Inherited from AnyRef

Inherited from Any

Ungrouped