MacroAccess

trait MacroAccess[+A, +T]
class Object
trait Matchable
class Any
class Reactor[T]
trait InterpMacro[A]
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

@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

Value members

Abstract methods

def resource: T