summaryrefslogtreecommitdiff
path: root/test/files/run/streamWithFilter.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-04-07 19:23:08 +0000
committerPaul Phillips <paulp@improving.org>2010-04-07 19:23:08 +0000
commit6dd51419b8a2565db0ef1d6f36cb57b5ef7654cf (patch)
tree37fbdacc88c9c3fde2bc414c145fb5c02d707a0f /test/files/run/streamWithFilter.check
parent1b098c643a8df4cdb5e6d0fd84619575ed830266 (diff)
downloadscala-6dd51419b8a2565db0ef1d6f36cb57b5ef7654cf.tar.gz
scala-6dd51419b8a2565db0ef1d6f36cb57b5ef7654cf.tar.bz2
scala-6dd51419b8a2565db0ef1d6f36cb57b5ef7654cf.zip
Gave Stream a lazy withFilter implementation.
can have a collection containing all the even numbers in the universe and still be home in time for tea. Threw in some Stream cleanups for free. Closes #3265, review by community.
Diffstat (limited to 'test/files/run/streamWithFilter.check')
-rw-r--r--test/files/run/streamWithFilter.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/run/streamWithFilter.check b/test/files/run/streamWithFilter.check
new file mode 100644
index 0000000000..6b0e91a147
--- /dev/null
+++ b/test/files/run/streamWithFilter.check
@@ -0,0 +1,5 @@
+15
+30
+45
+60
+75