ClojureDocs

导航

命名空间

reducer

clojure.core.reducers

自 1.5 起可用
  • (reducer coll xf)
Given a reducible collection, and a transformation function xf,
returns a reducible collection, where any supplied reducing
fn will be transformed by xf. xf is a function of reducing fn to
reducing fn.