Confirmed users
596
edits
m (→Functionality) |
|||
| Line 20: | Line 20: | ||
* Operators on the collections | * Operators on the collections | ||
** Operate on whole lists, e.g. allItems = add(serverItems, localItems); | ** Operate on whole lists, e.g. allItems = add(serverItems, localItems); | ||
** | ** Update result dynamically using observers | ||
** add | ** add, merge | ||
** subtract | ** subtract | ||
** in common, not in common | |||
** sort | ** sort | ||
* Some basic collection implementations | * Some basic collection implementations | ||