SignalCompat

rescala.compat.SignalCompatBundle.SignalCompat
trait SignalCompat[+T] extends ReadableMacro[State, T]

Attributes

Graph
Supertypes
trait MacroAccess[T, ReadAs[State, T]]
trait ReadAs[State, T]
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
trait Signal[T]
class SignalImpl[T]
class Var[A]

Members list

Concise view

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 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.

Attributes

See also:

value

Inherited from:
MacroAccess
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.

Attributes

See also:

apply

Inherited from:
MacroAccess

operator

final inline def map[B](inline expression: T => B)(implicit ct: CreationTicket): Signal[B]

Return a Signal with f applied to the value

Return a Signal with f applied to the value

Attributes

Type members

Inherited types

type State[V] = S[V]

Attributes

Inherited from:
ReadAs
type Value

Attributes

Inherited from:
ReSource

Value members

Inherited methods

Attributes

Inherited from:
ReSource
def resource: T

Attributes

Inherited from:
MacroAccess