Liking cljdoc? Tell your friends :D

obj-case.core


default-normalizeclj

(default-normalize x)

AHELL(!*&#(!)O_WOR LD.bar => ahelloworldbar

AHELL(!*&#(!)O_WOR   LD.bar => ahelloworldbar
sourceraw docstring

getclj

(get x key)
(get x key not-found)
(get x key not-found {:keys [normalize] :or {normalize default-normalize}})

Returns the value mapped to key, not-found or nil if key not present.

Returns the value mapped to key, not-found or nil if key not present.
sourceraw docstring

get-inclj

(get-in m ks)
(get-in m ks not-found)
(get-in m ks not-found options)

Returns the value in a nested associative structure, where ks is a sequence of keys. Returns nil if the key is not present, or the not-found value if supplied.

Returns the value in a nested associative structure,
where ks is a sequence of keys. Returns nil if the key
is not present, or the not-found value if supplied.
sourceraw docstring

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

× close