startWith

fun <T> DeferredObservableProperty<T>.startWith(initialValue: T): ObservableProperty<T>

Conversion method to synchronous ObservableProperty.