IProperty View
A read-only property that can be observed.
Functions
Properties
Inheritors
Extensions
Link copied to clipboard
fun IPropertyView<Boolean>.and(other: IPropertyView<Boolean>): IPropertyView<Boolean>
Content copied to clipboard
Link copied to clipboard
fun <T1, T2, TRes> IPropertyView<T1>.compose(other: IPropertyView<T2>, composer: (T1, T2) -> TRes): IPropertyView<TRes>
Content copied to clipboard
Link copied to clipboard
fun <T : Any> IPropertyView<T?>.debounceNotNull(timeout: Duration, scheduler: IScheduler): ISource<T?>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun IPropertyView<Boolean>.or(other: IPropertyView<Boolean>): IPropertyView<Boolean>
Content copied to clipboard
Link copied to clipboard
fun <T, K> IPropertyView<T>.switchMap(f: (T) -> IPropertyView<K>): IPropertyView<K>
Content copied to clipboard