(apply-update base path update-val)(composable updates)returns a function that provides a nice interface for point composing. useful for hiccup
returns a function that provides a nice interface for point composing. useful for hiccup
(compose base updates)updatey-merge of two values
updatey-merge of two values
(compose-contained base updates)limits composing just to keys contained in base
limits composing just to keys contained in base
(map->updates m)helper that converts a map to the updates form needed to apply updates. lets you write your updates in the shape of the base structure if you're into that kind of thing.
helper that converts a map to the updates form needed to apply updates. lets you write your updates in the shape of the base structure if you're into that kind of thing.
or updater. use this when you want to prefer the left side of a compose
or updater. use this when you want to prefer the left side of a compose
(orf & args)or as a function so that it can be treated as a value
or as a function so that it can be treated as a value
(updater f)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 |