SingleLiveDataConcat

constructor(vararg liveData: SingleLiveData<T>)
constructor(liveDataList: List<SingleLiveData<T>>)