DetachLiveData<P, C> extension

on

Methods

detachBy(C detacher(LiveData<P> lv)) LiveData<C>?
then<T>(C runner(LiveData<P> value)) → C