TomTomAndroidTools
api_livedata
/
com.tomtom.tools.android.api.livedata
/
containsValue
contains
Value
@
MainThread
fun
<
K
,
V
>
LiveData
<
out
Map
<
K
,
V
>
>
.
containsValue
(
value
:
V
)
:
Boolean
Content copied to clipboard
Returns
true
if the
LiveData
's value maps one or more keys to the specified
value
.