ClojureDocs

Nav

Namespaces

stream-transduce!

clojure.core

Available since 1.12 (source)
  • (stream-transduce! xform f stream)
  • (stream-transduce! xform f init stream)
Works like transduce but takes a java.util.stream.BaseStream as its source.
This is a terminal operation on the stream.