obs<T> method

Rx<T> obs<T>()

Returns a Rx instance with this T as initial value.

Implementation

Rx<T> obs<T>() => Rx<T>(this as T);