Nothing
The Observable does not have a result.
Parameters
T
the type of Value that corresponds to this empty result.
Functions
Link copied to clipboard
fun <R : T, T> ObservableOptional<T>.asResult(defaultValue: ObservableOptional.Value<R>?): ObservableOptional<R>
Casts an ObservableOptional to an ObservableOptional its subtype R or returns defaultValue if no such casting is possible.
Link copied to clipboard
Casts the value of an ObservableOptional to its subtype R or returns defaultValue if no such casting is possible.
Link copied to clipboard
fun <R : T, T> ReadOnlyProperty<Any?, T?>.toDefaultObservable(defaultValue: R): ReadOnlyPropertyDefaultObservable<R, T?>
Converts a ReadOnlyProperty into a ReadOnlyPropertyDefaultObservable
Link copied to clipboard
fun <T> ReadOnlyProperty<Any?, T>.toInitializedObservable(): ReadOnlyPropertyInitializedObservable<T>
Converts a ReadOnlyProperty into a ReadOnlyPropertyInitializedObservable