ClojureDocs

导航

名称空间

文件夹

clojure.core.reducers

1.5 开始提供
  • (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.