IAsyncProperty

interface IAsyncProperty<T> : IAsyncSource2<T>

Functions

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

Properties

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

Inheritors

Link copied to clipboard