combineWith

fun <S, T, R> LiveData<S>.combineWith(liveData: LiveData<T>, combiner: (S, T) -> R): LiveData<R>