concatWith

fun <T> LiveData<T>.concatWith(otherLiveData: LiveData<T>): LiveData<T>