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

Extensions for androidx.databinding.ObservableBoolean

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