undoTo abstract method

void undoTo(
  1. B bdr
)

Perform the modifications to an bdr so that it does not contains the mutations performed by this event anymore.

Implementation

void undoTo(B bdr);