object StateChange
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StateChange
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 addCompensation(newCompensation: ZFlow[Any, ActivityError, Unit]): StateChange
- def advanceClock(atLeastTo: Timestamp): StateChange
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val done: StateChange
- def enterTransaction(flow: ZFlow[Any, _, _]): StateChange
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val increaseForkCounter: StateChange
- val increaseTempVarCounter: StateChange
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leaveTransaction: StateChange
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val none: StateChange
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pause: StateChange
- def popContinuation: StateChange
- def popEnvironment: StateChange
- def pushContinuation(cont: Instruction): StateChange
- def pushEnvironment(value: Remote[_]): StateChange
- def recordAccessedVariables(variables: Chunk[(RemoteVariableName, Option[Timestamp], Boolean)]): StateChange
- def recordReadVariables(variables: Set[ScopedRemoteVariableName]): StateChange
- val resetExecutionTime: StateChange
- def restartCurrentTransaction(suspend: Boolean, now: java.time.OffsetDateTime): StateChange
- def resume(resetWatchedVariables: Boolean): StateChange
- def revertCurrentTransaction[E](failure: Remote[E]): StateChange
- implicit val schema: Schema[StateChange]
- def setCurrent(current: ZFlow[_, _, _]): StateChange
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateCurrentExecutionTime(now: java.time.OffsetDateTime, executionStartedAt: java.time.OffsetDateTime): StateChange
- def updateLastTimestamp(timestamp: Timestamp): StateChange
- def updateWatchPosition(index: Index): StateChange
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()