concatData

fun <T1, E, T2, OT> LiveData<State<T1, E>>.concatData(liveData: LiveData<State<T2, E>>, function: (T1, T2) -> OT): LiveData<State<OT, E>>