apply abstract method

void apply(
  1. FluentDocument document
)

Apply this delta (redo). Replaces affected nodes with their post-mutation state and restores the post-mutation cursor.

Implementation

void apply(FluentDocument document);