Public Vars

Back

stream-transduce! (clj)

(source)

function

(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.

Examples