merge abstract method

DatumEntityInterface merge(
  1. covariant DatumEntityInterface other
)

Merges this entity with other.

This is used for conflict resolution, especially when using CRDT fields.

Implementation

DatumEntityInterface merge(covariant DatumEntityInterface other);