Packages

object StateChange

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateChange
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 addCompensation(newCompensation: ZFlow[Any, ActivityError, Unit]): StateChange
  5. def advanceClock(atLeastTo: Timestamp): StateChange
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val done: StateChange
  9. def enterTransaction(flow: ZFlow[Any, _, _]): StateChange
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val increaseForkCounter: StateChange
  16. val increaseTempVarCounter: StateChange
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val leaveTransaction: StateChange
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val none: StateChange
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val pause: StateChange
  24. def popContinuation: StateChange
  25. def popEnvironment: StateChange
  26. def pushContinuation(cont: Instruction): StateChange
  27. def pushEnvironment(value: Remote[_]): StateChange
  28. def recordAccessedVariables(variables: Chunk[(RemoteVariableName, Option[Timestamp], Boolean)]): StateChange
  29. def recordReadVariables(variables: Set[ScopedRemoteVariableName]): StateChange
  30. val resetExecutionTime: StateChange
  31. def restartCurrentTransaction(suspend: Boolean, now: java.time.OffsetDateTime): StateChange
  32. def resume(resetWatchedVariables: Boolean): StateChange
  33. def revertCurrentTransaction[E](failure: Remote[E]): StateChange
  34. implicit val schema: Schema[StateChange]
  35. def setCurrent(current: ZFlow[_, _, _]): StateChange
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updateCurrentExecutionTime(now: java.time.OffsetDateTime, executionStartedAt: java.time.OffsetDateTime): StateChange
  39. def updateLastTimestamp(timestamp: Timestamp): StateChange
  40. def updateWatchPosition(index: Index): StateChange
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped