AutoRunnerObservable

Base interface for observing a hard-coded AutoRunner instance.

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

Properties

Link copied to clipboard
Link copied to clipboard
abstract val value: T

Functions

Link copied to clipboard
abstract fun addObserver()
Link copied to clipboard
abstract fun removeObserver()