Skip to main content

completing

functionv1.7

clojure.core/completing

Available in:BBCLJCLJS
(completing [f] [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.

No examples yet. Be the first to add one!