An observable providing values over time. Will complete on first provided value, if there is only one value given.

For testing purpose, the only other way to complete a subscription is to provide a change delay less than 1 (one). Then, the values will only be provided once. In all other cases, provided values will loop over time until subscription ends.

Type Parameters

  • T

Hierarchy

  • Observable<T>
    • ObservableMutableProperty

Constructors

Constructors