Optional
Returns the value associated with the given key. Returns the result of the producer function if the key is not present in the map. The map won't be updated with the computed value, see computeIfAbsent instead.
producer
a map
the queried key
the function to produce a fallback value
Generated using TypeDoc
Returns the value associated with the given key. Returns the result of the
producer
function if the key is not present in the map. The map won't be updated with the computed value, see computeIfAbsent instead.See