(->concurrent-hash-map)(->concurrent-hash-map m)(->concurrent-skip-list-map)(->concurrent-skip-list-map m)(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.
(memoize f)(memoize* n f)(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |