Liking cljdoc? Tell your friends :D

kekkonen.common


any-map-schema?clj

(any-map-schema? schema)
source

copy-from-toclj

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

copy-to-fromclj

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

deep-mergeclj

(deep-merge & coll)

Deep-merges things together

Deep-merges things together
sourceraw docstring

deep-merge-from-toclj

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

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
sourceraw docstring

deep-merge-to-fromclj

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

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.
sourceraw docstring

extract-schemaclj

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

joinclj

(join & x-or-xs)
source

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
sourceraw docstring

merge-map-likeclj

(merge-map-like & cols)

Merges map-like collections into a linked map

Merges map-like collections into a linked map
sourceraw docstring

merge-map-schemasclj

(merge-map-schemas & schemas)
source

move-from-toclj

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

move-to-fromclj

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

strip-nil-valuesclj

(strip-nil-values m)

Recursively strip away nils and empty maps

Recursively strip away nils and empty maps
sourceraw docstring

vectorizeclj

(vectorize x)
source

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

× close