compose

fun <OT, I1T, I2T> MediatorLiveData<OT>.compose(firstInput: LiveData<I1T>, secondInput: LiveData<I2T>, function: (I1T, I2T) -> OT): MediatorLiveData<OT>