mergeWith

fun <OT, I1T, I2T> LiveData<I1T>.mergeWith(secondLiveData: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>