ConstSignal

object ConstSignal
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Creates a const signal holding the given value.

Creates a const signal holding the given value.

Type Params
V

The type of the value.

Value Params
v

The value of the signal.

Returns

A new const signal with the given value.

See also

also Signal.const