operator fun plus(other: Child): Child
Adds two Child event types.
The watched elementary events are the union of the elementary events of each summed event types. For example,
Child.Addition + Child.Removal
results in a type of events that are raised when either a child is added to
or removed from a data node.