revert abstract method

void revert(
  1. FluentDocument document
)

Revert this delta (undo). Replaces affected nodes with their pre-mutation state and restores the pre-mutation cursor.

Implementation

void revert(FluentDocument document);