plus

operator fun plus(other: Child): Child

Combines 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 event that is raised when either a child is added to or removed from a data node.