merge abstract method
Returns an EventHandler that merges this and handler
together.
The returned EventHandler may or may not be a new instance, based on the implementation of subclasses.
Implementation
EventHandler merge(EventHandler? handler);
Returns an EventHandler that merges this and handler
together.
The returned EventHandler may or may not be a new instance, based on the implementation of subclasses.
EventHandler merge(EventHandler? handler);