InterpMacro

trait InterpMacro[+A] extends Interp[A] with MacroAccess[A, Interp[A]]
trait MacroAccess[A, Interp[A]]
trait Interp[A]
trait ReSource
class Object
trait Matchable
class Any
trait Event[T]
class EventImpl[T]
class Evt[T]

Document{}

@compileTimeOnly(_root_.scala.StringContext.apply("", " apply can only be used inside of reactive expressions").s(this))
final
def apply(): A

Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for value.

Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for value.

See also

value

Inherited from
MacroAccess
def interpret(v: Value): A

Interprets the internal type to the external type

Interprets the internal type to the external type

Inherited from
Interp
@compileTimeOnly("value can only be used inside of reactive expressions")
final
def value: A

Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for rescala.macros.MacroAccess.apply.

Makes the enclosing reactive expression depend on the current value of the reactive. Is an alias for rescala.macros.MacroAccess.apply.

See also

apply

Inherited from
MacroAccess

Type members

Inherited types

type Value
Inherited from
ReSource

Value members

Inherited methods

Inherited from
MacroAccess