tripkit-android / com.skedgo.tripkit.ui.core.rxproperty / androidx.databinding.ObservableInt / asObservable
asObservable
fun ObservableInt.asObservable(): Observable<
Int
>
When we subscribe to an Observable created by this function, the Observable will emit the current value of ObservableInt and also emit any future changes.