tripkit-android / com.skedgo.tripkit.ui.core.rxproperty / androidx.databinding.ObservableField

Extensions for androidx.databinding.ObservableField

Name Summary
asObservable When we subscribe to an Observable created by this function, the Observable will emit the current value of ObservableField and also emit any future changes.fun <T> ObservableField<T>.asObservable(): Observable<T>