Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait FullMVTurntrait Hosted[FullMVTurn]trait SubsumableLockEntryPointtrait FullMVTurnProxytrait Initializer[State]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited types
Attributes
- Inherited from:
- FullMVTurn
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- FullMVTurn
Attributes
- Definition Classes
- Inherited from:
- FullMVTurn
Attributes
- Inherited from:
- FullMVTurn
Calculates a hash code value for the object.
Calculates 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
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
- Inherited from:
- FullMVTurn
Creates the internal state of reactives.core.Deriveds
Creates the internal state of reactives.core.Deriveds
Attributes
- Definition Classes
- Inherited from:
- FullMVTurn
Attributes
- Inherited from:
- FullMVTurn
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:
- Hosted
Attributes
- Inherited from:
- FullMVTurn
Concrete fields
Inherited fields
Attributes
- Inherited from:
- FullMVTurn
Attributes
- Inherited from:
- FullMVTurn
Attributes
- Inherited from:
- FullMVTurn