SignalCompat

trait SignalCompat[+T] extends Interp[T]
trait Interp[T]
trait ReSource
class Object
trait Matchable
class Any
trait Signal[T]
class SignalImpl[T]
class Var[A]

Document{}

def interpret(v: Value): T

Interprets the internal type to the external type

Interprets the internal type to the external type

Inherited from
Interp
final
def map[B](expression: T => B)(implicit ticket: CreationTicket): Signal[B]

Return a Signal with f applied to the value

Return a Signal with f applied to the value

Type members

Inherited types

type Value
Inherited from
ReSource