SignalNullExt<T> extension

on

Properties

notNull Signal<T>

Available on Signal<T?>, provided by the SignalNullExt extension

Returns a new Signal<T> with the value of the current Signal<T?> if it's not null.
no setter