IMutableAsyncProperty

interface IMutableAsyncProperty<T> : IAsyncProperty<T>

Functions

Link copied to clipboard
abstract fun adviseOn(    lifetime: Lifetime,     scheduler: IScheduler,     handler: (T) -> Unit)
Link copied to clipboard
abstract fun set(value: T)

Properties

Link copied to clipboard
abstract val maybe: Maybe<T>
Link copied to clipboard
open override var value: T

Inheritors

Link copied to clipboard