scalax.collection.GraphTraversalImpl

InnerNodeTraverser

case class InnerNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.noOrdering) extends (GraphTraversalImpl.this)#InnerNodeTraverser with (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser] with Product with Serializable

Controls the properties of inner-node graph traversals. To start a traversal call one of the graph traversal methods or any appropriate method inherited from scala.collection.Traversable on this instance.

Attributes
protected
Definition Classes
GraphTraversalImplGraphTraversal
Linear Supertypes
Serializable, Serializable, Product, Equals, (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser], (GraphTraversalImpl.this)#InnerNodeTraverser, (GraphTraversalImpl.this)#Traverser[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser], Traversable[(GraphTraversalImpl.this)#NodeT], GenTraversable[(GraphTraversalImpl.this)#NodeT], GenericTraversableTemplate[(GraphTraversalImpl.this)#NodeT, Traversable], TraversableLike[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]], GenTraversableLike[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]], Parallelizable[(GraphTraversalImpl.this)#NodeT, ParIterable[(GraphTraversalImpl.this)#NodeT]], TraversableOnce[(GraphTraversalImpl.this)#NodeT], GenTraversableOnce[(GraphTraversalImpl.this)#NodeT], FilterMonadic[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]], HasNewBuilder[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]], (GraphTraversalImpl.this)#Properties, (GraphTraversalImpl.this)#TraverserMethods[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser], (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#InnerNodeTraverser], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InnerNodeTraverser
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Impl
  7. InnerNodeTraverser
  8. Traverser
  9. Traversable
  10. GenTraversable
  11. GenericTraversableTemplate
  12. TraversableLike
  13. GenTraversableLike
  14. Parallelizable
  15. TraversableOnce
  16. GenTraversableOnce
  17. FilterMonadic
  18. HasNewBuilder
  19. Properties
  20. TraverserMethods
  21. FluentProperties
  22. AnyRef
  23. Any
Implicitly
  1. by anyToNode
  2. by traversable2ops
  3. by MonadOps
  4. by flattenTraversableOnce
  5. by EdgeAssoc
  6. by any2stringadd
  7. by any2stringfmt
  8. by any2ArrowAssoc
  9. by any2Ensuring
  10. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InnerNodeTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters = ..., subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = GraphTraversalImpl.this.anyNode, subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = GraphTraversalImpl.this.anyEdge, ordering: (GraphTraversalImpl.this)#ElemOrdering = GraphTraversalImpl.this.noOrdering)

Type Members

  1. class Runner[U] extends AnyRef

    Attributes
    protected
    Definition Classes
    Impl
  2. type Self = Traversable[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: (GraphTraversalImpl.this)#NodeT, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  6. def ++:[B >: (GraphTraversalImpl.this)#NodeT, That](that: Traversable[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike
  7. def ++:[B >: (GraphTraversalImpl.this)#NodeT, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike
  8. def ->[B](y: B): ((GraphTraversalImpl.this)#InnerNodeTraverser, B)

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /:[B](z: B)(op: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :\[B](z: B)(op: ((GraphTraversalImpl.this)#NodeT, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. object Runner

    Attributes
    protected[scalax.collection]
    Definition Classes
    Impl
  14. final val addMethod: ((GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#EdgeT, ((GraphTraversalImpl.this)#NodeT) ⇒ Unit) ⇒ Unit

    Attributes
    protected
    Definition Classes
    Impl
  15. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  18. def aggregate[B](z: B)(seqop: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. final def apply[U](pred: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = noNode, visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected
    Definition Classes
    ImplTraverserMethods
  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def asParIterable: ParIterable[(GraphTraversalImpl.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  22. def asParSeq: ParSeq[(GraphTraversalImpl.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def collect[B, That](pf: PartialFunction[(GraphTraversalImpl.this)#NodeT, B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  25. def collectFirst[B](pf: PartialFunction[(GraphTraversalImpl.this)#NodeT, B]): Option[B]

    Definition Classes
    TraversableOnce
  26. def companion: GenericCompanion[Traversable]

    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  27. def copyToArray[B >: (GraphTraversalImpl.this)#NodeT](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  28. def copyToArray[B >: (GraphTraversalImpl.this)#NodeT](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  29. def copyToArray[B >: (GraphTraversalImpl.this)#NodeT](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def copyToBuffer[B >: (GraphTraversalImpl.this)#NodeT](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  31. def count(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. final val doEdgeFilter: Boolean

    Attributes
    protected
    Definition Classes
    Impl
  33. final val doEdgeSort: Boolean

    Attributes
    protected
    Definition Classes
    Impl
  34. final val doNodeFilter: Boolean

    Attributes
    protected
    Definition Classes
    Impl
  35. final val doNodeSort: Boolean

    Attributes
    protected
    Definition Classes
    Impl
  36. def drop(n: Int): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  37. def dropWhile(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  38. final val edgeOrdering: (GraphTraversalImpl.this)#EdgeOrdering

    Attributes
    protected
    Definition Classes
    Impl
  39. final def edgeVisitor[U](f: ((GraphTraversalImpl.this)#NodeT) ⇒ U): ((GraphTraversalImpl.this)#EdgeT) ⇒ U

    Attributes
    protected
    Definition Classes
    InnerNodeTraverserTraverserMethods
  40. def ensuring(cond: ((GraphTraversalImpl.this)#InnerNodeTraverser) ⇒ Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: ((GraphTraversalImpl.this)#InnerNodeTraverser) ⇒ Boolean): (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean): (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  45. def exists(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. def filter(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  47. def filterNot(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  48. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def find(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Option[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  50. final def findConnected[U](pred: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds a node connected with root by any number of edges with any direction for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. For directed or mixed graphs the node to be found is weekly connected with this node. root itself does not count as a match. This is also true if it has a hook. If several connected nodes exist with pred the algorithm selects any one of these.

    pred

    The predicate which must hold true for the resulting node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no connection to such a node or
    3. there exists a connection to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  51. final def findCycle[U](implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Cycle]

    Finds a cycle starting the search at root taking optional properties like subgraph restriction, ordering or maximum depth into account.

    Finds a cycle starting the search at root taking optional properties like subgraph restriction, ordering or maximum depth into account., if any. The resulting cycle may start at any node connected with this node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A cycle or None if either

    1. there exists no cycle in the component depicting by root or
    2. there exists a cycle in the component but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  52. final def findPredecessor[U](pred: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a predecessor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds a predecessor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. root itself does not count as a match. This is also true if it has a hook. If several predecessors exist the algorithm selects the first of them found.

    pred

    The predicate which must hold true for the resulting node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path from such a node to this node or
    3. there exists a path from such a node to root but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  53. final def findSuccessor[U](pred: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#NodeT]

    Finds a successor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds a successor of root for which the predicate pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. root itself does not count as a match. This is also true if it has a hook. If several successors holding pred exist any one of them may be returned.

    pred

    The predicate which must hold for the resulting node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
  54. def flatMap[B, That](f: ((GraphTraversalImpl.this)#NodeT) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  55. def flatten[B](implicit asTraversable: ((GraphTraversalImpl.this)#NodeT) ⇒ GenTraversableOnce[B]): Traversable[B]

    Definition Classes
    GenericTraversableTemplate
  56. def fold[A1 >: (GraphTraversalImpl.this)#NodeT](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def foldLeft[B](z: B)(op: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def foldRight[B](z: B)(op: ((GraphTraversalImpl.this)#NodeT, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def forall(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  60. def foreach[U](f: ((GraphTraversalImpl.this)#NodeT) ⇒ U): Unit

    Definition Classes
    Traverser → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  61. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  62. def genericBuilder[B]: Builder[B, Traversable[B]]

    Definition Classes
    GenericTraversableTemplate
  63. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  64. def groupBy[K](f: ((GraphTraversalImpl.this)#NodeT) ⇒ K): Map[K, Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike → GenTraversableLike
  65. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  66. final def hasPredecessor[U](potentialPredecessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Boolean

    Checks whether potentialPredecessor is a predecessor of root considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Checks whether potentialPredecessor is a predecessor of root considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. Same as isSuccessorOf.

    potentialPredecessor

    The node which is potentially a predecessor of root.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    true if a path exists from potentialPredecessor to root and it had not to be excluded due to subgraph properties.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  67. final def hasSuccessor[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Boolean

    Checks whether potentialSuccessor is a successor of this node considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Checks whether potentialSuccessor is a successor of this node considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. Same as isPredecessorOf.

    potentialSuccessor

    The node which is potentially a successor of this node.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    true if a path exists from this node to potentialSuccessor and it had not to be excluded due to a subgraph* restriction.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  68. def head: (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableLike → GenTraversableLike
  69. def headOption: Option[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  70. def ifParSeq[R](isbody: (ParSeq[(GraphTraversalImpl.this)#NodeT]) ⇒ R): (TraversableOps[(GraphTraversalImpl.this)#NodeT])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  71. def init: Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  72. def inits: Iterator[Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike
  73. final def isConnectedWith[U](potentialConnected: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Boolean

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Checks whether potentialConnected is a node (not necessarily directly) connected with root by any number of edges with any direction considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. For directed or mixed graphs it is satisfactory that potentialConnected is weekly connected with root.

    potentialConnected

    The node which is potentially connected with root.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    true if a path exists from this node to potentialConnected and it had not to be excluded due to subgraph properties.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  74. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  75. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  76. def isEmpty: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  77. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  78. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  79. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  80. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  81. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  82. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  83. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  84. final def isPredecessorOf[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Boolean

    Same as hasSuccessor.

    Same as hasSuccessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  85. final def isSuccessorOf[U](potentialPredecessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Boolean

    Same as hasPredecessor.

    Same as hasPredecessor.

    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  86. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  87. def last: (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableLike → GenTraversableLike
  88. def lastOption: Option[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  89. def map[B, That](f: ((GraphTraversalImpl.this)#NodeT) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  90. def max[B >: (GraphTraversalImpl.this)#NodeT](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def maxBy[B](f: ((GraphTraversalImpl.this)#NodeT) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def min[B >: (GraphTraversalImpl.this)#NodeT](implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def minBy[B](f: ((GraphTraversalImpl.this)#NodeT) ⇒ B)(implicit cmp: Ordering[B]): (GraphTraversalImpl.this)#NodeT

    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. val n1: (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  98. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  99. def newBuilder: Builder[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  100. final def newTraverser: ((GraphTraversalImpl.this)#NodeT, Parameters, ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean, ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean, (GraphTraversalImpl.this)#ElemOrdering) ⇒ (GraphTraversalImpl.this)#InnerNodeTraverser

    Attributes
    protected
    Definition Classes
    InnerNodeTraverserFluentProperties
  101. final val nodeOrdering: (GraphTraversalImpl.this)#NodeOrdering

    Attributes
    protected
    Definition Classes
    Impl
  102. final def nodeVisitor[U](f: ((GraphTraversalImpl.this)#NodeT) ⇒ U): ((GraphTraversalImpl.this)#NodeT) ⇒ U

    Attributes
    protected
    Definition Classes
    InnerNodeTraverserTraverserMethods
  103. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. final def notify(): Unit

    Definition Classes
    AnyRef
  105. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  106. val ordering: (GraphTraversalImpl.this)#ElemOrdering

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will visited during the traversal according to this ordering.

    Definition Classes
    InnerNodeTraverserProperties
  107. def par: ParIterable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    Parallelizable
  108. def parCombiner: Combiner[(GraphTraversalImpl.this)#NodeT, ParIterable[(GraphTraversalImpl.this)#NodeT]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  109. val parameters: Parameters

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    InnerNodeTraverserProperties
  110. def partition(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#NodeT], Traversable[(GraphTraversalImpl.this)#NodeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  111. final def pathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Finds a path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds a path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    potentialSuccessor

    The node a path is to be found to.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A path to potentialSuccessor or None if either

    1. there is no node with pred or
    2. there exists no path to such a node
    Definition Classes
    TraverserMethods
  112. final def pathUntil[U](pred: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Finds a path from root to a successor of root for which pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds a path from root to a successor of root for which pred holds considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. root itself does not count as a match. This is also true if it has a hook. If several successors exist the algorithm selects any one of these.

    pred

    The predicate which must hold true for the successor.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    A path to a node with the predicate pred or None if either

    1. there is no node with pred or
    2. there exists no path to such a node or
    3. there exists a path to such a node but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  113. def product[B >: (GraphTraversalImpl.this)#NodeT](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def reduce[A1 >: (GraphTraversalImpl.this)#NodeT](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def reduceLeft[B >: (GraphTraversalImpl.this)#NodeT](op: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B): B

    Definition Classes
    TraversableOnce
  116. def reduceLeftOption[B >: (GraphTraversalImpl.this)#NodeT](op: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def reduceOption[A1 >: (GraphTraversalImpl.this)#NodeT](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def reduceRight[B >: (GraphTraversalImpl.this)#NodeT](op: ((GraphTraversalImpl.this)#NodeT, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def reduceRightOption[B >: (GraphTraversalImpl.this)#NodeT](op: ((GraphTraversalImpl.this)#NodeT, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def repr: Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  121. final val reverseEdgeOrdering: Ordering[(GraphTraversalImpl.this)#EdgeT]

    Attributes
    protected
    Definition Classes
    Impl
  122. final val reverseNodeOrdering: Ordering[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected
    Definition Classes
    Impl
  123. def reversed: List[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  124. val root: (GraphTraversalImpl.this)#NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    InnerNodeTraverserPropertiesTraverserMethods
  125. def scan[B >: (GraphTraversalImpl.this)#NodeT, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  126. def scanLeft[B, That](z: B)(op: (B, (GraphTraversalImpl.this)#NodeT) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  127. def scanRight[B, That](z: B)(op: ((GraphTraversalImpl.this)#NodeT, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[(GraphTraversalImpl.this)#NodeT], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  128. def seq: Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  129. final def shortestPathTo[T, U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) ⇒ T, visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

    Function to determine the weight of edges. If supplied, this function takes precedence over edge weights.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    ImplTraverserMethods
  130. final def shortestPathTo[T](potentialSuccessor: (GraphTraversalImpl.this)#NodeT, weight: ((GraphTraversalImpl.this)#EdgeT) ⇒ T)(implicit arg0: Numeric[T]): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    weight

    Function to determine the weight of edges. If supplied, this function takes precedence over edge weights.

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  131. final def shortestPathTo[U](potentialSuccessor: (GraphTraversalImpl.this)#NodeT)(implicit visitor: ((GraphTraversalImpl.this)#NodeT) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Path]

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method.

    Finds the shortest path from root to potentialSuccessor considering all traversal properties passed to the traverser factory method like innerNodeTraverser or altered by any with* method. The calculation is based on the weight of the edges on the path. Edges have a default weight of 1L that can be overridden by custom edges. A weight function yielding any numeric type may also be passed to shortestPathTo.

    potentialSuccessor

    The node the shortest path is to be found to.

    visitor

    An optional function that is applied for its side-effect to every element visited during graph traversal.

    returns

    The shortest path to potentialSuccessor or None if either

    1. there exists no path to potentialSuccessor or
    2. there exists a path to potentialSuccessor but due to withSubgraph settings this path was out of scope.
    Definition Classes
    TraverserMethods
    Annotations
    @inline()
  132. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def slice(from: Int, until: Int): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  134. def span(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): (Traversable[(GraphTraversalImpl.this)#NodeT], Traversable[(GraphTraversalImpl.this)#NodeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  135. def splitAt(n: Int): (Traversable[(GraphTraversalImpl.this)#NodeT], Traversable[(GraphTraversalImpl.this)#NodeT])

    Definition Classes
    TraversableLike → GenTraversableLike
  136. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  137. val subgraphEdges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Definition Classes
    InnerNodeTraverserProperties
  138. val subgraphNodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Definition Classes
    InnerNodeTraverserProperties
  139. def sum[B >: (GraphTraversalImpl.this)#NodeT](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  141. def tail: Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  142. def tails: Iterator[Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike
  143. def take(n: Int): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  144. def takeWhile(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableLike
  145. def thisCollection: Traversable[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  146. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (GraphTraversalImpl.this)#NodeT, Col[(GraphTraversalImpl.this)#NodeT]]): Col[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  147. def toArray[B >: (GraphTraversalImpl.this)#NodeT](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  148. def toBuffer[B >: (GraphTraversalImpl.this)#NodeT]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toCollection(repr: Traversable[(GraphTraversalImpl.this)#NodeT]): Traversable[(GraphTraversalImpl.this)#NodeT]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  150. final def toGraph: Graph[N, E]

    Completes a traversal and creates a new connected graph populated with the elements visited.

    Completes a traversal and creates a new connected graph populated with the elements visited.

    Definition Classes
    Traverser
  151. def toIndexedSeq: IndexedSeq[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  152. final def toInnerElemTraverser(root: (GraphTraversalImpl.this)#NodeT): (GraphTraversalImpl.this)#InnerElemTraverser

    Definition Classes
    FluentProperties
  153. def toIterable: Iterable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  154. def toIterator: Iterator[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableOnce
  155. def toList: List[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  156. def toMap[T, U](implicit ev: <:<[(GraphTraversalImpl.this)#NodeT, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. def toParArray: ParArray[(GraphTraversalImpl.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  158. def toSeq: Seq[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  159. def toSet[B >: (GraphTraversalImpl.this)#NodeT]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  160. def toStream: Stream[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → GenTraversableOnce
  161. def toString(): String

    Definition Classes
    TraversableLike → Any
  162. def toTraversable: Traversable[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  163. def toVector: Vector[(GraphTraversalImpl.this)#NodeT]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  164. def transpose[B](implicit asTraversable: ((GraphTraversalImpl.this)#NodeT) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  165. def unzip[A1, A2](implicit asPair: ((GraphTraversalImpl.this)#NodeT) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Definition Classes
    GenericTraversableTemplate
  166. def unzip3[A1, A2, A3](implicit asTriple: ((GraphTraversalImpl.this)#NodeT) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Definition Classes
    GenericTraversableTemplate
  167. val value: (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  168. def view(from: Int, until: Int): TraversableView[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike
  169. def view: TraversableView[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike
  170. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  171. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  172. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  173. final def withDirection(direction: Direction): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated direction.

    Creates a new FluentProperties based on this except for an updated direction.

    Definition Classes
    FluentProperties
  174. def withFilter(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): FilterMonadic[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

    Definition Classes
    TraversableLike → FilterMonadic
  175. final def withKind(kind: Kind): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated kind.

    Creates a new FluentProperties based on this except for an updated kind.

    Definition Classes
    FluentProperties
  176. final def withMaxDepth(maxDepth: Int): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated maxDepth.

    Creates a new FluentProperties based on this except for an updated maxDepth.

    Definition Classes
    FluentProperties
  177. final def withOrdering(ordering: (GraphTraversalImpl.this)#ElemOrdering): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated ordering.

    Creates a new FluentProperties based on this except for an updated ordering.

    Definition Classes
    FluentProperties
  178. final def withParameters(parameters: Parameters): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated parameters.

    Creates a new FluentProperties based on this except for an updated parameters.

    Definition Classes
    FluentProperties
  179. final def withRoot(root: (GraphTraversalImpl.this)#NodeT): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated root.

    Creates a new FluentProperties based on this except for an updated root.

    Definition Classes
    TraverserMethods
  180. final def withSubgraph(nodes: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean = anyNode, edges: ((GraphTraversalImpl.this)#EdgeT) ⇒ Boolean = anyEdge): (GraphTraversalImpl.this)#InnerNodeTraverser

    Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.

    Creates a new FluentProperties based on this except for an updated subgraphNodes and/or subgraphEdges.

    Definition Classes
    FluentProperties
  181. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  182. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  183. def [B](y: B): ((GraphTraversalImpl.this)#InnerNodeTraverser, B)

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): TraversableOnce[(GraphTraversalImpl.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to MonadOps[(GraphTraversalImpl.this)#NodeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerNodeTraverser: MonadOps[(GraphTraversalImpl.this)#NodeT]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: ((GraphTraversalImpl.this)#NodeT) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to MonadOps[(GraphTraversalImpl.this)#NodeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerNodeTraverser: MonadOps[(GraphTraversalImpl.this)#NodeT]).flatMap(f)
    Definition Classes
    MonadOps
  3. def flatten: Iterator[N]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to FlattenOps[N] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (InnerNodeParam[N]) ⇒ TraversableOnce[N] is in scope.
    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:
    (innerNodeTraverser: FlattenOps[N]).flatten
    Definition Classes
    FlattenOps
  4. def map[B](f: ((GraphTraversalImpl.this)#NodeT) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to MonadOps[(GraphTraversalImpl.this)#NodeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerNodeTraverser: MonadOps[(GraphTraversalImpl.this)#NodeT]).map(f)
    Definition Classes
    MonadOps
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerNodeTraverser: StringAdd).self
    Definition Classes
    StringAdd
  6. val self: Any

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerNodeTraverser: StringFormat).self
    Definition Classes
    StringFormat
  7. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] 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:
    (innerNodeTraverser: OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser]).stringPrefix
    Definition Classes
    NodeParam
  8. def toString(): String

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser] 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:
    (innerNodeTraverser: OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser]).toString()
    Definition Classes
    NodeParam → AnyRef → Any
  9. def withFilter(p: ((GraphTraversalImpl.this)#NodeT) ⇒ Boolean): Iterator[(GraphTraversalImpl.this)#NodeT]

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to MonadOps[(GraphTraversalImpl.this)#NodeT] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (innerNodeTraverser: MonadOps[(GraphTraversalImpl.this)#NodeT]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: (GraphTraversalImpl.this)#NodeT](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerNodeTraverser: ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: (GraphTraversalImpl.this)#InnerNodeTraverser

    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerNodeTraverser: Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (GraphTraversalImpl.this)#Impl[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited from (GraphTraversalImpl.this)#InnerNodeTraverser

Inherited from (GraphTraversalImpl.this)#Traverser[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited from Traversable[(GraphTraversalImpl.this)#NodeT]

Inherited from GenTraversable[(GraphTraversalImpl.this)#NodeT]

Inherited from TraversableLike[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

Inherited from GenTraversableLike[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

Inherited from Parallelizable[(GraphTraversalImpl.this)#NodeT, ParIterable[(GraphTraversalImpl.this)#NodeT]]

Inherited from TraversableOnce[(GraphTraversalImpl.this)#NodeT]

Inherited from GenTraversableOnce[(GraphTraversalImpl.this)#NodeT]

Inherited from FilterMonadic[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

Inherited from HasNewBuilder[(GraphTraversalImpl.this)#NodeT, Traversable[(GraphTraversalImpl.this)#NodeT]]

Inherited from (GraphTraversalImpl.this)#Properties

Inherited from (GraphTraversalImpl.this)#TraverserMethods[(GraphTraversalImpl.this)#NodeT, (GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited from (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from (GraphTraversalImpl.this)#InnerNodeTraverser to OuterNode[(GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited by implicit conversion traversable2ops from (GraphTraversalImpl.this)#InnerNodeTraverser to TraversableOps[(GraphTraversalImpl.this)#NodeT]

Inherited by implicit conversion MonadOps from (GraphTraversalImpl.this)#InnerNodeTraverser to MonadOps[(GraphTraversalImpl.this)#NodeT]

Inherited by implicit conversion flattenTraversableOnce from (GraphTraversalImpl.this)#InnerNodeTraverser to FlattenOps[N]

Inherited by implicit conversion EdgeAssoc from (GraphTraversalImpl.this)#InnerNodeTraverser to EdgeAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited by implicit conversion any2stringadd from (GraphTraversalImpl.this)#InnerNodeTraverser to StringAdd

Inherited by implicit conversion any2stringfmt from (GraphTraversalImpl.this)#InnerNodeTraverser to StringFormat

Inherited by implicit conversion any2ArrowAssoc from (GraphTraversalImpl.this)#InnerNodeTraverser to ArrowAssoc[(GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited by implicit conversion any2Ensuring from (GraphTraversalImpl.this)#InnerNodeTraverser to Ensuring[(GraphTraversalImpl.this)#InnerNodeTraverser]

Inherited by implicit conversion alternateImplicit from (GraphTraversalImpl.this)#InnerNodeTraverser to ForceImplicitAmbiguity

Ungrouped