applyTo abstract method

void applyTo(
  1. B bdr
)

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

Implementation

void applyTo(B bdr);