toggle menu
KAHelpers
androidJvm
switch theme
search in API
livedata
/
dev.funkymuse.livedata
/
startWith
start
With
fun
<
T
>
LiveData
<
T
>
.
startWith
(
startingValue
:
T
?
)
:
LiveData
<
T
>
Emits the
startingValue
before any other value.