DetachLiveData<P, C> extension

on

Methods

detachBy(C detacher(LiveData<P> lv)) LiveData<C>?

Available on LiveData<P>, provided by the DetachLiveData extension

then<T>(C runner(LiveData<P> value)) → C

Available on LiveData<P>, provided by the DetachLiveData extension