Packages

trait ExtendedNodeVisitor[U] extends (NodeT) ⇒ U with (NodeT, Int, Int, ⇒ NodeInformer) ⇒ 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:

  1. the inner node currently visited as with a standard node visitor
  2. the number of nodes visited so far and
  3. the current depth in terms of the underlying algorithm and
  4. a reference to a specific informer that may be pattern matched to collect even further data specific to the implementation.
Linear Supertypes
(NodeT, Int, Int, ⇒ NodeInformer) ⇒ U, (NodeT) ⇒ U, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendedNodeVisitor
  2. Function4
  3. Function1
  4. AnyRef
  5. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by predicateToNodePredicate
  4. by CollectionsHaveToParArray
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(v1: NodeT, v2: Int, v3: Int, v4: ⇒ NodeInformer): U
    Definition Classes
    Function4

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to any2stringadd[ExtendedNodeVisitor[U]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ExtendedNodeVisitor[U], B)
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to ArrowAssoc[ExtendedNodeVisitor[U]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def andThen[A](g: (U) ⇒ A): (NodeT) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(node: NodeT): U
    Definition Classes
    ExtendedNodeVisitor → Function1
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def compose[A](g: (A) ⇒ NodeT): (A) ⇒ U
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def curried: (NodeT) ⇒ (Int) ⇒ (Int) ⇒ (⇒ NodeInformer) ⇒ U
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  12. def ensuring(cond: (ExtendedNodeVisitor[U]) ⇒ Boolean, msg: ⇒ Any): ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (ExtendedNodeVisitor[U]) ⇒ Boolean): ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to StringFormat[ExtendedNodeVisitor[U]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  23. def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  24. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  27. def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  28. val n1: ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to EdgeAssoc[ExtendedNodeVisitor[U]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to CollectionsHaveToParArray[ExtendedNodeVisitor[U], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ExtendedNodeVisitor[U]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  35. def toString(): String
    Definition Classes
    Function4 → AnyRef → Any
  36. def tupled: ((NodeT, Int, Int, ⇒ NodeInformer)) ⇒ U
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  37. val value: ExtendedNodeVisitor[U]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to EdgeAssoc[ExtendedNodeVisitor[U]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  42. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to EdgeAssoc[ExtendedNodeVisitor[U]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  43. def [B](y: B): (ExtendedNodeVisitor[U], B)
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to ArrowAssoc[ExtendedNodeVisitor[U]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def andThen[A](g: (Boolean) ⇒ A): (Param[NodeT, EI]) ⇒ A
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: (Param[NodeT, EI]) ⇒ Boolean).andThen(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  2. def apply(v1: Param[NodeT, EI]): Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: (Param[NodeT, EI]) ⇒ Boolean).apply(v1)
    Definition Classes
    Function1
  3. def compose[A](g: (A) ⇒ Param[NodeT, EI]): (A) ⇒ Boolean
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: (Param[NodeT, EI]) ⇒ Boolean).compose(g)
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  4. def toString(): String
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]] performed by method anyToNode in scalax.collection.GraphPredef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: OuterNode[ExtendedNodeVisitor[U]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  5. def toString(): String
    Implicit
    This member is added by an implicit conversion from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean performed by method predicateToNodePredicate in scalax.collection.GraphPredef. This conversion will take place only if U is a subclass of Boolean (U <: Boolean).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (extendedNodeVisitor: (Param[NodeT, EI]) ⇒ Boolean).toString()
    Definition Classes
    Function1 → AnyRef → Any

Inherited from (NodeT, Int, Int, ⇒ NodeInformer) ⇒ U

Inherited from (NodeT) ⇒ U

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from ExtendedNodeVisitor[U] to OuterNode[ExtendedNodeVisitor[U]]

Inherited by implicit conversion EdgeAssoc from ExtendedNodeVisitor[U] to EdgeAssoc[ExtendedNodeVisitor[U]]

Inherited by implicit conversion predicateToNodePredicate from ExtendedNodeVisitor[U] to (Param[NodeT, EI]) ⇒ Boolean

Inherited by implicit conversion CollectionsHaveToParArray from ExtendedNodeVisitor[U] to CollectionsHaveToParArray[ExtendedNodeVisitor[U], T]

Inherited by implicit conversion any2stringadd from ExtendedNodeVisitor[U] to any2stringadd[ExtendedNodeVisitor[U]]

Inherited by implicit conversion StringFormat from ExtendedNodeVisitor[U] to StringFormat[ExtendedNodeVisitor[U]]

Inherited by implicit conversion Ensuring from ExtendedNodeVisitor[U] to Ensuring[ExtendedNodeVisitor[U]]

Inherited by implicit conversion ArrowAssoc from ExtendedNodeVisitor[U] to ArrowAssoc[ExtendedNodeVisitor[U]]

Ungrouped