Skip to main content

folder

functionv1.5

clojure.core.reducers/folder

Available in:CLJCLJS
(folder [coll xf])
Given a foldable collection, and a transformation function xf, returns a foldable collection, where any supplied reducing fn will be transformed by xf. xf is a function of reducing fn to reducing fn.

No examples yet. Be the first to add one!