scanSubobjects

override fun scanSubobjects(visitor: (AvailObject) -> AvailObject)

Visit all of the object's object slots, passing the parent and child objects to the provided visitor.

Parameters

visitor

The visitor to invoke.