Liking cljdoc? Tell your friends :D

org.clojars.t-yano.lang.core


assoc-by-keyclj

(assoc-by-key key-fn coll)
source

blank?clj

(blank? str)
source

collection?clj

(collection? data)
source

convert-keysclj

(convert-keys m f)
source

distinct-byclj

(distinct-by key-fn)
(distinct-by key-fn coll)

Returns a lazy sequence of the elements of coll with duplicates removed. Returns a stateful transducer when no collection is provided.

Returns a lazy sequence of the elements of coll with duplicates removed.
Returns a stateful transducer when no collection is provided.
sourceraw docstring

flatten-mapclj

(flatten-map m)
source

group-byclj

(group-by key-fn coll)
(group-by key-fn val-fn coll)
source

keep-keysclj

(keep-keys m f)
source

map-keysclj

(map-keys m f)
source

map-keys-recursiveclj

(map-keys-recursive m f)
source

remove-ns-partclj

(remove-ns-part v)
source

select-by-nsclj

(select-by-ns m ns-value)
source

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

× close