(concurrent-map? chm)
Checks if m is an instance of a ConcurrentMap
Checks if m is an instance of a ConcurrentMap
(get m k)
(get m k nf)
Returns the value mapped to key or nil if key not present.
Returns the value mapped to key or nil if key not present.
(get-in? m ks)
Like core/get-in but for nested ConcurrentMaps.
Like core/get-in but for nested ConcurrentMaps.
(get? m k)
Returns the value mapped to key or nil if key not present if m is a ConcurrentMap, otherwise returns m.
Returns the value mapped to key or nil if key not present if m is a ConcurrentMap, otherwise returns m.
(put!? m k v)
Puts v in k if k is absent from m.
Puts v in k if k is absent from m.
(put-in! m ks v)
Like core/assoc-in but for nested ConcurrentMaps.
Like core/assoc-in but for nested ConcurrentMaps.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close