ClojureDocs

Nav

Namespaces

mapcat

clojure.core.reducers

Available since 1.5
  • (mapcat f)
  • (mapcat f coll)
Applies f to every value in the reduction of coll, concatenating the result
colls of (f val). Foldable.