(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
(has-meta k obj)
(has-meta k v obj)
(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
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close