Liking cljdoc? Tell your friends :D

com.unbounce.treajure.map


deep-mergeclj

(deep-merge & vals)

Recursively merges maps. If keys are not maps, the last value wins.

Recursively merges maps. If keys are not maps, the last value wins.
sourceraw docstring

map-valuesclj

(map-values m f)

Create a new map of same keys and applying f to all the values.

Taken from plumatic/plumbing.

Create a new map of same keys and applying f to all the values.

Taken from plumatic/plumbing.
sourceraw docstring

update-if-existsclj

(update-if-exists m keys f & args)

Variation of clojure.core/update-in which performs no-operation if the key is not present in the map.

Variation of clojure.core/update-in which performs no-operation if the
key is not present in the map. 
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close