mirror of
https://github.com/flynx/types.js.git
synced 2025-10-29 02:20:07 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
4530074cdb
commit
44897d94c5
@ -78,6 +78,7 @@ object.Constructor('IterablePromise', Promise, {
|
||||
// .includes(..)
|
||||
// .some(..) / .every(..)
|
||||
// .sort(..)
|
||||
// XXX should these support STOP???
|
||||
map: function(func){
|
||||
return this.constructor(this.__list, function(e){
|
||||
return [func(e)] }) },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user