Liking cljdoc? Tell your friends :D

kekkonen.common


any-map-schema?clj

(any-map-schema? schema)

copy-from-toclj

(copy-from-to data [from to])

copy-to-fromclj

(copy-to-from data [to from])

deep-mergeclj

(deep-merge & coll)

Deep-merges things together

Deep-merges things together
raw docstring

deep-merge-from-toclj

(deep-merge-from-to data [from to])

deep-merge-map-likeclj

(deep-merge-map-like & maps)

Deep-merges maps together, non-map-likes are overridden

Deep-merges maps together, non-map-likes are overridden
raw docstring

deep-merge-to-fromclj

(deep-merge-to-from data [to from])

dissoc-inclj

(dissoc-in m [k & ks])

Dissociates an entry from a nested associative structure returning a new nested structure. keys is a sequence of keys. Any empty maps that result will not be present in the new structure.

Dissociates an entry from a nested associative structure returning a new
nested structure. `keys` is a sequence of keys. Any empty maps that result
will not be present in the new structure.
raw docstring

extract-schemaclj

(extract-schema x)
(extract-schema x default)

joinclj

(join & x-or-xs)

map-like?clj

(map-like? x)

Checks wether x is a map or vector of tuples

Checks wether x is a map or vector of tuples
raw docstring

merge-map-likeclj

(merge-map-like & cols)

Merges map-like collections into a linked map

Merges map-like collections into a linked map
raw docstring

merge-map-schemasclj

(merge-map-schemas & schemas)

move-from-toclj

(move-from-to data [from to])

move-to-fromclj

(move-to-from data [to from])

strip-nil-valuesclj

(strip-nil-values m)

Recursively strip away nils and empty maps

Recursively strip away nils and empty maps
raw docstring

vectorizeclj

(vectorize x)

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

× close