TomTomAndroidTools
api_livedata
/
com.tomtom.tools.android.api.livedata
/
containsKey
contains
Key
@
MainThread
fun
<
K
>
LiveData
<
out
Map
<
K
,
*
>
>
.
containsKey
(
key
:
K
)
:
Boolean
Content copied to clipboard
Returns
true
if the
LiveData
's value contains the specified
key
.