concat

fun <T> concat(vararg liveData: LiveData<T>): LiveData<T>

Concats the given LiveData together and emits their values one by one in order