toggle menu
ZappBase
androidJvm
switch theme
search in API
Core
/
com.zappstudio.zappbase.app.ext
/
combineLatest
combine
Latest
fun
<
T1
,
T2
>
LiveData
<
T1
>
.
combineLatest
(
src2
:
LiveData
<
T2
>
)
:
LiveData
<
Pair
<
T1
,
T2
>
>