processConsideringDirectParent

fun Node.processConsideringDirectParent(operation: (Node, Node?) -> Unit, parent: Node? = null)

Recursively execute operation on this node, and all nodes below this node. Every node is informed about its parent node. (But not about the parent's parent!)