minus

operator fun minus(other: Child): Child

Subtracts a Child event type from another Child event type.

The watched elementary events are the difference between the elementary events of the main event type and the ones of the subtracted event type. For example, (Child.Addition + Child.Removal) - Child.Addition results in a type of event that is raised only when a child is removed from a data node.