just

fun <T> just(value: T): Signal<T>(source)

Creates an immutable signal that only holds the given value.

Return

the signal

Since

0.1.0

Parameters

value

the value

T

the type of the signal