Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

large table updates #19

Open
natebrennand opened this issue Oct 28, 2014 · 0 comments
Open

large table updates #19

natebrennand opened this issue Oct 28, 2014 · 0 comments
Labels

Comments

@natebrennand
Copy link
Contributor

currently we only have behavior defined to alter objects one at a time by change the attributes of an object instance.

it could be useful to allow large updates to subsets of the collection or the entire collection.

proposal:

A map function on collections that allows easy operations on a indeterminate number of members of the collection.

We will not support anonymous functions at this time so the function passed in must be declared elsewhere.

<Type>.map(func(Type)Type, [filter], [id])

thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant