scalax.collection.GraphTraversal.ExtendedNodeVisitor
See theExtendedNodeVisitor companion object
trait ExtendedNodeVisitor[U] extends NodeT => U
Template for extended node visitors. While the default node visitor of the type NodeT => U
passes solely the inner node being visited, extended node visitors pass the following traversal state information:
- the inner node currently visited as with a standard node visitor
- the number of nodes visited so far and
- the current depth in terms of the underlying algorithm and
- a reference to a specific informer that may be pattern matched to collect even further data specific to the implementation.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article