start With
fun <T> DeferredObservableProperty<T>.startWith(initialValue: T): ObservableProperty<T>
Content copied to clipboard
Conversion method to synchronous ObservableProperty.
Conversion method to synchronous ObservableProperty.