SourceSignal

object SourceSignal
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[V](v: V): SourceSignal[V]

Creates a source signal initially holding the given value.

Creates a source signal initially holding the given value.

Type Params
V

The type of the value

Value Params
v

The value of the signal

Returns

A new source signal with the given value

See also

also Signal.apply

def apply[V](): SourceSignal[V]

Creates an initially empty source signal.

Creates an initially empty source signal.

Type Params
V

The type of the value

Returns

A new source signal

See also

also Signal.apply