Chromium Code Reviews| 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 |