Skip to main content

transduce

function

clojure.core.async/transduce

Available in:BBCLJ
(transduce [xform f init ch])
async/reduces a channel with a transformation (xform f). Returns a channel containing the result. ch must close before transduce produces a result.

No examples yet. Be the first to add one!