objectory icon indicating copy to clipboard operation
objectory copied to clipboard

Add support for Iterables

Open kaisellgren opened this issue 12 years ago • 0 comments

The following code does not work:

where.oneFrom('foo', list.map((e) => e.something));

You have to call .toList().

Let's add support for iterables: http://api.dartlang.org/docs/releases/latest/dart_core/Iterable.html#map

kaisellgren avatar Oct 17 '13 13:10 kaisellgren