# File lib/stream.rb, line 520
def
collect
(
&
mapping
);
MappedStream
.
new
(
self
,
&
mapping
);
end