canMergeWith abstract method

bool canMergeWith(
  1. EditOperation other
)

Check if this operation can be merged with another (for grouping rapid edits)

Implementation

bool canMergeWith(EditOperation other);