Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2183)

Unified Diff: dart/sdk/lib/async/stream.dart

Issue 12296011: Version 0.3.7.4 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/sdk/lib/async/future_impl.dart ('k') | dart/sdk/lib/collection/collections.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/async/stream.dart
===================================================================
--- dart/sdk/lib/async/stream.dart (revision 18634)
+++ dart/sdk/lib/async/stream.dart (working copy)
@@ -134,13 +134,6 @@
}
/**
- * Deprecated alias for [map].
- *
- * @deprecated
- */
- Stream mappedBy(f(T element)) => map(f);
-
- /**
* Create a wrapper Stream that intercepts some errors from this stream.
*
* If this stream sends an error that matches [test], then it is intercepted
« no previous file with comments | « dart/sdk/lib/async/future_impl.dart ('k') | dart/sdk/lib/collection/collections.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698