whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.persistent.map
/
PersistentMap
/
get
get
suspend
fun
get
(
key
:
K
)
:
V
?
Content copied to clipboard
Get an value from the map.
Return
null if nothing exists for the key. Else, the associated value.