ExtendedNodeVisitor

scalax.collection.GraphTraversal.ExtendedNodeVisitor
See theExtendedNodeVisitor companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[N, E <: Edge[N], U](visitor: (NodeT, Int, Int, => NodeInformer) => U): ExtendedNodeVisitor[U]

Instantiates an extended node visitor based on 'visitor'.

Instantiates an extended node visitor based on 'visitor'.

Attributes