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

has-metaclj

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

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

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

× close