zipWith

infix fun <S, T> LiveData<S>.zipWith(liveData: LiveData<T>): LiveData<Pair<S, T>>