mvvm-livedata
/
dev.icerock.moko.mvvm.livedata
/
compose
common
compose
fun <
OT
,
I1T
,
I2T
>
MediatorLiveData
<
OT
>.
compose
(firstInput:
LiveData
<
I1T
>, secondInput:
LiveData
<
I2T
>, function: (
I1T
,
I2T
) ->
OT
):
MediatorLiveData
<
OT
>
Content copied to clipboard