Open
Description
This issue was originally filed by @chalin
Both AngularDart and Polymer have special syntax in support of function pipes (for Filters and Transformers) through the pipe | (bar) operator. E.g.
person.lastName | uppercase
It would seem a natural fit for Dart to have native support for such a pipe operator. A case for the addition of a pipe operator in Dart is given here: http://pchalin.blogspot.com/2014/02/case-for-pipe-operator-in-dart.html
As is mentioned in the blog entry, I believe that added support should be considered for function composition operators (forward and/or reverse) as well.