MacroAccess

reactives.macros.MacroAccess
trait MacroAccess[+A] extends ReadAs[A]

Attributes

Graph
Supertypes
trait ReadAs[A]
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
class Reactor[T]
trait Event[T]
class Evt[T]
trait Signal[T]
class Var[A]

Members list

Grouped members

accessor

final def value: A

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

Type members

Inherited and Abstract types

type State[_]

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

Inherited from:
ReSource
type Value

The type of the time-changing Value contained in this ReSource

The type of the time-changing Value contained in this ReSource

Attributes

Inherited from:
ReSource

Value members

Inherited and Abstract methods

def info: ReInfo

Developer friendly information about the resource.

Developer friendly information about the resource.

Attributes

Inherited from:
ReSource
def read(v: Value): A

Interprets the internal type to the external type

Interprets the internal type to the external type

Attributes

Inherited from:
ReadAs