# File lib/stream.rb, line 512
def
filtered
(
&
block
);
FilteredStream
.
new
(
self
,
&
block
);
end