Skip to main content

eduction

functionv1.7

clojure.core/eduction

Available in:BBCLJCLJS
(eduction [xform* coll])
Returns a reducible/iterable application of the transducers to the items in coll. Transducers are applied in order as if combined with comp. Note that these applications will be performed every time reduce/iterator is called.

No examples yet. Be the first to add one!