sealed trait TwoVersionTransaction extends Transaction
Abstract propagation definition that defines phases for reactive propagation through dependent reactive elements.
- Alphabetic
- By Inheritance
- TwoVersionTransaction
- Transaction
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
State[V] = Twoversion.State[V]
- Definition Classes
- TwoVersionTransaction → Transaction
Abstract Value Members
-
abstract
def
commitPhase(): Unit
Commits all uncommitted changes to the reactive element.
-
abstract
def
initializationPhase(initialChanges: Map[ReSource, InitialChange[State]]): Unit
Starts the propagation by applying the initial changes
-
abstract
def
initializer: of[State]
- Definition Classes
- Transaction
-
abstract
def
observe(obs: Observation): Unit
- Definition Classes
- Transaction
-
abstract
def
observerPhase(): Unit
Call all registered after-commit obverser functions.
-
abstract
def
preparationPhase(initialWrites: Set[ReSource]): Unit
Locks (and potentially otherwise prepares) all affected reactive values to prevent interfering changes.
Locks (and potentially otherwise prepares) all affected reactive values to prevent interfering changes.
- initialWrites
List of affected reactive values
-
abstract
def
propagationPhase(): Unit
Performs the actual propagation, setting the new (not yet committed) values for each reactive element.
-
abstract
def
releasePhase(): Unit
Unlocks (and potentially otherwise reverts the propagation preparations for) each reactive value to allow future turns to run on them.
-
abstract
def
rollbackPhase(): Unit
Reverts all uncommitted changes to the reactive element.
-
abstract
def
schedule(committable: ReSource): Unit
Schedules a temporarily written change to be committed by the turn.
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
now[A](reactive: of[State, A]): A
- Definition Classes
- Transaction
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()