Skip to main content

stream-transduce!

functionv1.12

clojure.core/stream-transduce!

Available in:BBCLJ
(stream-transduce! [xform f stream] [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.

No examples yet. Be the first to add one!