scalax.collection.GraphTraversalImpl

ComponentTraverser

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

Controls the properties of consecutive graph traversals with no specific root. Provides methods to refine the properties and to invoke multiple traversals to cover all graph components.

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

Instance Constructors

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

Type Members

  1. type Self = Traversable[GraphTraversalImpl.Component]

    Attributes
    protected
    Definition Classes
    TraversableLike
  2. 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 ComponentTraverser to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: GraphTraversalImpl.Component, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[GraphTraversalImpl.Component], B, That]): That

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

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

    Definition Classes
    TraversableLike
  8. def ->[B](y: B): (ComponentTraverser, B)

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. def :\[B](z: B)(op: (GraphTraversalImpl.Component, 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. def addString(b: StringBuilder): StringBuilder

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

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

    Definition Classes
    TraversableOnce
  16. def aggregate[B](z: B)(seqop: (B, GraphTraversalImpl.Component) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def asParIterable: ParIterable[GraphTraversalImpl.Component]

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  19. def asParSeq: ParSeq[GraphTraversalImpl.Component]

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

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

    Definition Classes
    TraversableLike → GenTraversableLike
  22. def collectFirst[B](pf: PartialFunction[GraphTraversalImpl.Component, B]): Option[B]

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

    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  24. lazy val components: Iterable[ComponentImpl]

    Attributes
    protected
  25. def copyToArray[B >: GraphTraversalImpl.Component](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  26. def copyToArray[B >: GraphTraversalImpl.Component](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToArray[B >: GraphTraversalImpl.Component](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  28. def copyToBuffer[B >: GraphTraversalImpl.Component](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  29. def count(p: (GraphTraversalImpl.Component) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def drop(n: Int): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  31. def dropWhile(p: (GraphTraversalImpl.Component) ⇒ Boolean): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  32. final def emptyVisitor(elem: GraphTraversalImpl.InnerElem): Unit

    Attributes
    protected
    Definition Classes
    ComponentTraverser
    Annotations
    @inline()
  33. def ensuring(cond: (ComponentTraverser) ⇒ Boolean, msg: ⇒ Any): ComponentTraverser

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

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

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

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

    Definition Classes
    AnyRef
  38. def exists(p: (GraphTraversalImpl.Component) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  39. def filter(p: (GraphTraversalImpl.Component) ⇒ Boolean): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  40. def filterNot(p: (GraphTraversalImpl.Component) ⇒ Boolean): Traversable[GraphTraversalImpl.Component]

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

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  43. def findCycle(implicit visitor: (GraphTraversalImpl.InnerElem) ⇒ Unit = emptyVisitor): Option[GraphTraversalImpl.Cycle]

    Definition Classes
    ComponentTraverserComponentTraverser
  44. def flatMap[B, That](f: (GraphTraversalImpl.Component) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[GraphTraversalImpl.Component], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  45. def flatten[B](implicit asTraversable: (GraphTraversalImpl.Component) ⇒ GenTraversableOnce[B]): Traversable[B]

    Definition Classes
    GenericTraversableTemplate
  46. def fold[A1 >: GraphTraversalImpl.Component](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  47. def foldLeft[B](z: B)(op: (B, GraphTraversalImpl.Component) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def foldRight[B](z: B)(op: (GraphTraversalImpl.Component, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def forall(p: (GraphTraversalImpl.Component) ⇒ Boolean): Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  50. def foreach[U](f: (GraphTraversalImpl.Component) ⇒ U): Unit

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

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

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

    Definition Classes
    AnyRef → Any
  54. def groupBy[K](f: (GraphTraversalImpl.Component) ⇒ K): Map[K, Traversable[GraphTraversalImpl.Component]]

    Definition Classes
    TraversableLike → GenTraversableLike
  55. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  56. def head: GraphTraversalImpl.Component

    Definition Classes
    TraversableLike → GenTraversableLike
  57. def headOption: Option[GraphTraversalImpl.Component]

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

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  59. def init: Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  60. def inits: Iterator[Traversable[GraphTraversalImpl.Component]]

    Definition Classes
    TraversableLike
  61. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to OuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  62. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to OuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  63. def isEmpty: Boolean

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

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to OuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  65. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  66. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to OuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  67. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to OuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  68. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  69. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  70. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  71. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  72. def last: GraphTraversalImpl.Component

    Definition Classes
    TraversableLike → GenTraversableLike
  73. def lastOption: Option[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  74. def map[B, That](f: (GraphTraversalImpl.Component) ⇒ B)(implicit bf: CanBuildFrom[Traversable[GraphTraversalImpl.Component], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  75. def max[B >: GraphTraversalImpl.Component](implicit cmp: Ordering[B]): GraphTraversalImpl.Component

    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def maxBy[B](f: (GraphTraversalImpl.Component) ⇒ B)(implicit cmp: Ordering[B]): GraphTraversalImpl.Component

    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def min[B >: GraphTraversalImpl.Component](implicit cmp: Ordering[B]): GraphTraversalImpl.Component

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def minBy[B](f: (GraphTraversalImpl.Component) ⇒ B)(implicit cmp: Ordering[B]): GraphTraversalImpl.Component

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def mkString: String

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  82. val n1: ComponentTraverser

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

    Definition Classes
    AnyRef
  84. def newBuilder: Builder[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

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

    Attributes
    protected
    Definition Classes
    ComponentTraverserFluentProperties
  86. def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  89. val ordering: GraphTraversalImpl.ElemOrdering

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal.

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal. Thus it is guaranteed that the smaller an element's ranking the sooner it will be processed. In case of EdgeOrdering it is guaranteed that the smaller an edge's ranking the sooner its relevant end(s) will be processed.

    Definition Classes
    ComponentTraverserProperties
  90. def par: ParIterable[GraphTraversalImpl.Component]

    Definition Classes
    Parallelizable
  91. def parCombiner: Combiner[GraphTraversalImpl.Component, ParIterable[GraphTraversalImpl.Component]]

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

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    ComponentTraverserProperties
  93. def partition(p: (GraphTraversalImpl.Component) ⇒ Boolean): (Traversable[GraphTraversalImpl.Component], Traversable[GraphTraversalImpl.Component])

    Definition Classes
    TraversableLike → GenTraversableLike
  94. def product[B >: GraphTraversalImpl.Component](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduce[A1 >: GraphTraversalImpl.Component](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reduceLeft[B >: GraphTraversalImpl.Component](op: (B, GraphTraversalImpl.Component) ⇒ B): B

    Definition Classes
    TraversableOnce
  97. def reduceLeftOption[B >: GraphTraversalImpl.Component](op: (B, GraphTraversalImpl.Component) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def reduceOption[A1 >: GraphTraversalImpl.Component](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def reduceRight[B >: GraphTraversalImpl.Component](op: (GraphTraversalImpl.Component, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def reduceRightOption[B >: GraphTraversalImpl.Component](op: (GraphTraversalImpl.Component, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def repr: Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  102. def reversed: List[GraphTraversalImpl.Component]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  103. val root: NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    ComponentTraverserProperties
  104. def scan[B >: GraphTraversalImpl.Component, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[GraphTraversalImpl.Component], B, That]): That

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

    Definition Classes
    TraversableLike → GenTraversableLike
  106. def scanRight[B, That](z: B)(op: (GraphTraversalImpl.Component, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[GraphTraversalImpl.Component], 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.

  107. def seq: Traversable[GraphTraversalImpl.Component]

    Definition Classes
    Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  108. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  109. def slice(from: Int, until: Int): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  110. def span(p: (GraphTraversalImpl.Component) ⇒ Boolean): (Traversable[GraphTraversalImpl.Component], Traversable[GraphTraversalImpl.Component])

    Definition Classes
    TraversableLike → GenTraversableLike
  111. def splitAt(n: Int): (Traversable[GraphTraversalImpl.Component], Traversable[GraphTraversalImpl.Component])

    Definition Classes
    TraversableLike → GenTraversableLike
  112. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  113. val subgraphEdges: (GraphTraversalImpl.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
    ComponentTraverserProperties
  114. val subgraphNodes: (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
    ComponentTraverserProperties
  115. def sum[B >: GraphTraversalImpl.Component](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  117. def tail: Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  118. def tails: Iterator[Traversable[GraphTraversalImpl.Component]]

    Definition Classes
    TraversableLike
  119. def take(n: Int): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  120. def takeWhile(p: (GraphTraversalImpl.Component) ⇒ Boolean): Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableLike
  121. def thisCollection: Traversable[GraphTraversalImpl.Component]

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

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  123. def toArray[B >: GraphTraversalImpl.Component](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def toBuffer[B >: GraphTraversalImpl.Component]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def toCollection(repr: Traversable[GraphTraversalImpl.Component]): Traversable[GraphTraversalImpl.Component]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  126. def toIndexedSeq: IndexedSeq[GraphTraversalImpl.Component]

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

    Definition Classes
    FluentProperties
  128. def toIterable: Iterable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  129. def toIterator: Iterator[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → GenTraversableOnce
  130. def toList: List[GraphTraversalImpl.Component]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toMap[T, U](implicit ev: <:<[GraphTraversalImpl.Component, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toParArray: ParArray[GraphTraversalImpl.Component]

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  133. def toSeq: Seq[GraphTraversalImpl.Component]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toSet[B >: GraphTraversalImpl.Component]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def toStream: Stream[GraphTraversalImpl.Component]

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

    Definition Classes
    TraversableLike → Any
  137. def toTraversable: Traversable[GraphTraversalImpl.Component]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  138. def toVector: Vector[GraphTraversalImpl.Component]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def transpose[B](implicit asTraversable: (GraphTraversalImpl.Component) ⇒ 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.

  140. def unzip[A1, A2](implicit asPair: (GraphTraversalImpl.Component) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Definition Classes
    GenericTraversableTemplate
  141. def unzip3[A1, A2, A3](implicit asTriple: (GraphTraversalImpl.Component) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Definition Classes
    GenericTraversableTemplate
  142. val value: ComponentTraverser

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

    Definition Classes
    TraversableLike
  144. def view: TraversableView[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. final def withDirection(direction: Direction): GraphTraversalImpl.ComponentTraverser

    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
  149. def withFilter(p: (GraphTraversalImpl.Component) ⇒ Boolean): FilterMonadic[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

    Definition Classes
    TraversableLike → FilterMonadic
  150. final def withKind(kind: Kind): GraphTraversalImpl.ComponentTraverser

    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
  151. final def withMaxDepth(maxDepth: Int): GraphTraversalImpl.ComponentTraverser

    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
  152. final def withOrdering(ordering: GraphTraversalImpl.ElemOrdering): GraphTraversalImpl.ComponentTraverser

    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
  153. final def withParameters(parameters: Parameters): GraphTraversalImpl.ComponentTraverser

    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
  154. final def withSubgraph(nodes: (NodeT) ⇒ Boolean = anyNode, edges: (GraphTraversalImpl.EdgeT) ⇒ Boolean = anyEdge): GraphTraversalImpl.ComponentTraverser

    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
  155. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

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

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

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to ArrowAssoc[ComponentTraverser] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (GraphTraversalImpl.Component) ⇒ Boolean): TraversableOnce[GraphTraversalImpl.Component]

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to MonadOps[GraphTraversalImpl.Component] 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:
    (componentTraverser: MonadOps[GraphTraversalImpl.Component]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (GraphTraversalImpl.Component) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to MonadOps[GraphTraversalImpl.Component] 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:
    (componentTraverser: MonadOps[GraphTraversalImpl.Component]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (GraphTraversalImpl.Component) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to MonadOps[GraphTraversalImpl.Component] 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:
    (componentTraverser: MonadOps[GraphTraversalImpl.Component]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser 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:
    (componentTraverser: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser 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:
    (componentTraverser: StringFormat).self
    Definition Classes
    StringFormat
  6. def stringPrefix: String

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

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

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to MonadOps[GraphTraversalImpl.Component] 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:
    (componentTraverser: MonadOps[GraphTraversalImpl.Component]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: ComponentTraverser

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to ArrowAssoc[ComponentTraverser] 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:
    (componentTraverser: ArrowAssoc[ComponentTraverser]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ComponentTraverser

    Implicit information
    This member is added by an implicit conversion from ComponentTraverser to Ensuring[ComponentTraverser] 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:
    (componentTraverser: Ensuring[ComponentTraverser]).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.ComponentTraverser

Inherited from Traversable[GraphTraversalImpl.Component]

Inherited from GenTraversable[GraphTraversalImpl.Component]

Inherited from GenericTraversableTemplate[GraphTraversalImpl.Component, Traversable]

Inherited from TraversableLike[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

Inherited from GenTraversableLike[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

Inherited from Parallelizable[GraphTraversalImpl.Component, ParIterable[GraphTraversalImpl.Component]]

Inherited from TraversableOnce[GraphTraversalImpl.Component]

Inherited from GenTraversableOnce[GraphTraversalImpl.Component]

Inherited from FilterMonadic[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

Inherited from HasNewBuilder[GraphTraversalImpl.Component, Traversable[GraphTraversalImpl.Component]]

Inherited from GraphTraversalImpl.Properties

Inherited from GraphTraversalImpl.FluentProperties[GraphTraversalImpl.ComponentTraverser]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from ComponentTraverser to OuterNode[ComponentTraverser]

Inherited by implicit conversion traversable2ops from ComponentTraverser to TraversableOps[GraphTraversalImpl.Component]

Inherited by implicit conversion MonadOps from ComponentTraverser to MonadOps[GraphTraversalImpl.Component]

Inherited by implicit conversion EdgeAssoc from ComponentTraverser to EdgeAssoc[ComponentTraverser]

Inherited by implicit conversion any2stringadd from ComponentTraverser to StringAdd

Inherited by implicit conversion any2stringfmt from ComponentTraverser to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ComponentTraverser to ArrowAssoc[ComponentTraverser]

Inherited by implicit conversion any2Ensuring from ComponentTraverser to Ensuring[ComponentTraverser]

Inherited by implicit conversion alternateImplicit from ComponentTraverser to ForceImplicitAmbiguity

Ungrouped