TomTomAndroidTools
api_livedata
/
com.tomtom.tools.android.api.livedata
/
requireValue
require
Value
fun
<
T
:
R
?
,
R
:
Any
>
LiveData
<
T
>
.
requireValue
(
)
:
R
Content copied to clipboard
Gets the value stored in the
LiveData
object that should not be
null
.
Throws
kotlin.
Illegal
Argument
Exception
if the value is
null
.