Index: frog/lib/corelib_impl.dart |
=================================================================== |
--- frog/lib/corelib_impl.dart (revision 2973) |
+++ frog/lib/corelib_impl.dart (working copy) |
@@ -90,6 +90,7 @@ |
// Collection<E> members: |
void forEach(void f(E element)) native; |
Collection<E> filter(bool f(E element)) native; |
+ Collection map(f(E element)) native; |
ahe
2012/01/05 22:36:54
Sigh.
|
bool every(bool f(E element)) native; |
bool some(bool f(E element)) native; |
bool isEmpty() => length == 0; |