MacroAccess

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

Attributes

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

Members list

Grouped members

internal

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

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 types

type State[_]

Attributes

Inherited from:
ReSource
type Value

Attributes

Inherited from:
ReSource

Value members

Inherited methods

def info: ReInfo

Attributes

Inherited from:
ReSource