Skip to content

//reactivestate-core/com.ensody.reactivestate/AutoRunnerObservable

AutoRunnerObservable

[common]\ interface AutoRunnerObservable<T>

Base interface for observing a hard-coded AutoRunner instance.

You can use this to wrap actual observables (e.g. Android’s LiveData).

Properties

Name Summary
revisionedValue [common]
open val revisionedValue: Pair<T, ULong>
value [common]
abstract val value: T

Functions

Name Summary
addObserver [common]
abstract fun addObserver()
removeObserver [common]
abstract fun removeObserver()