Observable

open class Observable<T>

Generic single-observable.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun assign(observer: T)

Resets the meter state and adds an observer.

Link copied to clipboard
Link copied to clipboard
open fun unassign()

Resets the meter state and adds an observer.