Skip to main content

mapcat

functionv1.7

clojure.core.reducers/mapcat

Available in:CLJCLJS
(mapcat [f] [f coll])
Applies f to every value in the reduction of coll, concatenating the result colls of (f val). Foldable.

No examples yet. Be the first to add one!