ClojureDocs

Nav

Namespaces

stream-into!

clojure.core

Available since 1.12 (source)
  • (stream-into! to stream)
  • (stream-into! to xform stream)
Returns a new coll consisting of coll with all of the items of the
stream conjoined. This is a terminal operation on the stream.