Liking cljdoc? Tell your friends :D

com.github.clojure.di.util


collectclj

(collect fn col)

Collect the values of (fn item) from the col where result is not nil

Collect the values of (fn item) from the col where result is not nil
sourceraw docstring

has-metaclj

(has-meta k obj)
(has-meta k v obj)
source

keep-metaclj

(keep-meta obj fun & args)

return the result of (fun obj), and asign metadata of obj to the result

return the result of (fun obj), and asign metadata of obj to the result
sourceraw docstring

to-map-byclj

(to-map-by fun col)

return a map of {key (fun obj)}

return a map of {key (fun obj)}
sourceraw docstring

true-metasclj

(true-metas obj)

get the keys of metadata of the object where it's value is true

get the keys of metadata of the object where it's value is true
sourceraw docstring

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

× close