FullMVTurn

rescala.fullmv.FullMVBundle.FullMVTurn
See theFullMVTurn companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Types

type State[V] = State[V]

Value members

Concrete methods

override def asyncAddPhaseReplicator(replicator: FullMVTurnPhaseReflectionProxy, knownPhase: Type): Unit

Attributes

Definition Classes

Attributes

Definition Classes
def discover(node: of[State], addOutgoing: of[State]): Unit
def drop(node: of[State], removeOutgoing: of[State]): Unit
override def initialize(reactive: of[State], incoming: Set[of[State]], needsReevaluation: Boolean): Unit

to be implemented by the propagation algorithm, called when a new reactive has been instantiated and needs to be connected to the graph and potentially reevaluated.

to be implemented by the propagation algorithm, called when a new reactive has been instantiated and needs to be connected to the graph and potentially reevaluated.

Value parameters

incoming

a set of incoming dependencies

needsReevaluation

true if the reactive must be reevaluated at creation even if none of its dependencies change in the creating turn.

reactive

the newly instantiated reactive

Attributes

Definition Classes

Creates the internal state of rescala.core.Deriveds

Creates the internal state of rescala.core.Deriveds

Attributes

Definition Classes
def observe(f: () => Unit): Unit

Inherited methods

Attributes

Inherited from:
FullMVTurnProxy
def addRemoteBranch(forPhase: Type): Future[Unit]

Attributes

Inherited from:
FullMVTurnProxy

Attributes

Inherited from:
FullMVTurnProxy
override def hashCode(): Int

Calculate a hash code value for the object.

Calculate a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

Definition Classes
Hosted -> Any
Inherited from:
Hosted

Attributes

Inherited from:
FullMVTurnProxy
def newSuccessor(successor: FullMVTurn): Future[Unit]

Attributes

Inherited from:
FullMVTurnProxy
protected def register[V](reactive: of[State], inputs: Set[of[State]], initValue: V): Unit

hook for schedulers to globally collect all created resources, usually does nothing

hook for schedulers to globally collect all created resources, usually does nothing

Attributes

Inherited from:
Initializer

Attributes

Inherited from:
FullMVTurnProxy

Attributes

Inherited from:
FullMVTurnProxy

Attributes

Inherited from:
Hosted

Attributes

Inherited from:
SubsumableLockEntryPoint

Attributes

Inherited from:
SubsumableLockEntryPoint

Abstract fields

override val host: FullMVEngine

Concrete fields

val waiters: ConcurrentHashMap[Thread, Type]

Inherited fields

val guid: GUID

Attributes

Inherited from:
Hosted
val hc: Int

Attributes

Inherited from:
Hosted