reactives.extra.reactor.Reactor
See theReactor companion object
class Reactor[T](initState: LevelState[ReactorState[T]]) extends Derived, MacroAccess[T]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait MacroAccess[T]trait ReadAs[T]trait Derivedtrait ReSourceclass Objecttrait Matchableclass AnyShow all
Members list
Grouped members
accessor
Makes the enclosing reactive expression depend on the current value of the reactive.
Makes the enclosing reactive expression depend on the current value of the reactive.
Attributes
- See also
-
apply
- Inherited from:
- MacroAccess
Type members
Types
Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.
Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.
Attributes
The type of the time-changing Value contained in this ReSource
The type of the time-changing Value contained in this ReSource
Attributes
Value members
Concrete methods
Developer friendly information about the resource.
Developer friendly information about the resource.
Attributes
Interprets the internal type to the external type
In this article