calculate library
Functions
-
calculateDiff<
Item> (List< Item> oldList, List<Item> newList, bool areEqual(Item a, Item b)) → Future<List< Operation< >Item> > - Calculates the difference between two lists.
-
calculateDiffSync<
Item> (List< Item> oldList, List<Item> newList, bool areEqual(Item a, Item b)) → List<Operation< Item> > -
A synchronous variant of
_calculateDiff
.