Liking cljdoc? Tell your friends :D
Clojure only.

auth0-clojure.utils.common


edit-ifclj

(edit-if m k f & args)

'Edits' a value in an associative structure, where k is a key and f is a function that will take the old value if it exists and any supplied args and return the new value, and returns a new structure. If the value does not exist returns the structure supplied.

'Edits' a value in an associative structure, where k is a
key and f is a function that will take the old value if it exists
and any supplied args and return the new value, and returns a new
structure. If the value does not exist returns the structure supplied.
sourceraw docstring

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

× close