Confirmed users
596
edits
m (→Collection) |
|||
| Line 204: | Line 204: | ||
* @returns {Collection} | * @returns {Collection} | ||
function sortColl(coll, sortFunc) | function sortColl(coll, sortFunc) | ||
All operators observe the original collections they are constructed from, and adapt the result based on changes, and notify any observers that are registered on the operator result collection. | |||
= Implementation = | = Implementation = | ||