(keypaths m)
(keypaths base-path m result)
(nilify-vals m)
(nilify-vals base-path m result)
It nilify whole keyword value if all values in map are nil
It nilify whole keyword value if all values in map are nil
(remove-nils nm)
remove pairs of key-value that has nil value from a (possibly nested) map. also transform map to nil if all of its value are nil
remove pairs of key-value that has nil value from a (possibly nested) map. also transform map to nil if all of its value are nil
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close