merge method

Implementation

EventHandlerMapping merge(EventHandlerMapping other) {
  _handlers.addAll(other._handlers);
  return this;
}