ClojureDocs

导航

命名空间

completing

clojure.core

可从 1.7 起使用 (源代码)
  • (completing f)
  • (completing f cf)
Takes a reducing function f of 2 args and returns a fn suitable for
transduce by adding an arity-1 signature that calls cf (default -
identity) on the result argument.