stream-map

[procedure] stream-map proc stream_0 stream_1 ...

SRFI-40: Returns a new stream, whose elements are obtained by applying proc to the successive eleements of stream_is. See also stream-unfoldn, stream-for-each.