(defmulti stream-map "Return a new stream by mapping the function f on the given stream." {:arglists '([f stream])} (fn [f stream] (type stream)))
Comments top
No comments for stream-map. Log in to add a comment.