Class

scalax.collection.GraphTraversalImpl

ComponentTraverser

Related Doc: package GraphTraversalImpl

Permalink

case class ComponentTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters, subgraphNodes: (GraphTraversalImpl.this)#NodeFilter, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter, ordering: (GraphTraversalImpl.this)#ElemOrdering) extends (GraphTraversalImpl.this)#ComponentTraverser with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, (GraphTraversalImpl.this)#ComponentTraverser, Traversable[(GraphTraversalImpl.this)#Component], GenTraversable[(GraphTraversalImpl.this)#Component], GenericTraversableTemplate[(GraphTraversalImpl.this)#Component, Traversable], TraversableLike[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]], GenTraversableLike[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]], Parallelizable[(GraphTraversalImpl.this)#Component, ParIterable[(GraphTraversalImpl.this)#Component]], TraversableOnce[(GraphTraversalImpl.this)#Component], GenTraversableOnce[(GraphTraversalImpl.this)#Component], FilterMonadic[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]], HasNewBuilder[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]], (GraphTraversalImpl.this)#Properties, (GraphTraversalImpl.this)#SubgraphProperties, (GraphTraversalImpl.this)#FluentProperties[(GraphTraversalImpl.this)#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. SubgraphProperties
  19. FluentProperties
  20. AnyRef
  21. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by MonadOps
  4. by EdgeAssoc
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  9. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentTraverser(root: (GraphTraversalImpl.this)#NodeT, parameters: Parameters, subgraphNodes: (GraphTraversalImpl.this)#NodeFilter, subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter, ordering: (GraphTraversalImpl.this)#ElemOrdering)

    Permalink

Type Members

  1. type Self = Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): ((GraphTraversalImpl.this)#ComponentTraverser, B)

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

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

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

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

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

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    TraversableOnce
  19. def companion: GenericCompanion[Traversable]

    Permalink
    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  20. lazy val components: Iterable[(GraphTraversalImpl.this)#ComponentImpl]

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce
  25. def count(p: ((GraphTraversalImpl.this)#Component) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def drop(n: Int): Traversable[(GraphTraversalImpl.this)#Component]

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  28. def ensuring(cond: ((GraphTraversalImpl.this)#ComponentTraverser) ⇒ Boolean, msg: ⇒ Any): (GraphTraversalImpl.this)#ComponentTraverser

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  33. def exists(p: ((GraphTraversalImpl.this)#Component) ⇒ Boolean): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  38. def findCycle[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): Option[(GraphTraversalImpl.this)#Cycle]

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def forall(p: ((GraphTraversalImpl.this)#Component) ⇒ Boolean): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  50. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  51. def head: (GraphTraversalImpl.this)#Component

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  52. def headOption: Option[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  53. def init: Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  54. def inits: Iterator[Traversable[(GraphTraversalImpl.this)#Component]]

    Permalink
    Definition Classes
    TraversableLike
  55. def isDefined: Boolean

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  58. def isIn: Boolean

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

    Permalink
    Definition Classes
    Any
  60. def isNode: Boolean

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  63. def last: (GraphTraversalImpl.this)#Component

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  64. def lastOption: Option[(GraphTraversalImpl.this)#Component]

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  70. def mkString: String

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. val n1: (GraphTraversalImpl.this)#ComponentTraverser

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

    Permalink
    Definition Classes
    AnyRef
  75. def newBuilder: Builder[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  76. final def newTraverser: ((GraphTraversalImpl.this)#NodeT, Parameters, (GraphTraversalImpl.this)#NodeFilter, (GraphTraversalImpl.this)#EdgeFilter, (GraphTraversalImpl.this)#ElemOrdering) ⇒ (GraphTraversalImpl.this)#ComponentTraverser

    Permalink
    Attributes
    protected
    Definition Classes
    ComponentTraverserFluentProperties
  77. def nonEmpty: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

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

    Permalink

    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
    ComponentTraverserProperties
  81. def par: ParIterable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    Parallelizable
  82. def parCombiner: Combiner[(GraphTraversalImpl.this)#Component, ParIterable[(GraphTraversalImpl.this)#Component]]

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

    Permalink

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def repr: Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  93. def reversed: List[(GraphTraversalImpl.this)#Component]

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

    Permalink

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

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

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

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

    Permalink
    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.

  98. def seq: Traversable[(GraphTraversalImpl.this)#Component]

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. val subgraphEdges: (GraphTraversalImpl.this)#EdgeFilter

    Permalink

    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
    ComponentTraverserSubgraphProperties
  105. val subgraphNodes: (GraphTraversalImpl.this)#NodeFilter

    Permalink

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

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

    Definition Classes
    ComponentTraverserSubgraphProperties
  106. def sum[B >: (GraphTraversalImpl.this)#Component](implicit num: Numeric[B]): B

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

    Permalink
    Definition Classes
    AnyRef
  108. def tail: Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def tails: Iterator[Traversable[(GraphTraversalImpl.this)#Component]]

    Permalink
    Definition Classes
    TraversableLike
  110. def take(n: Int): Traversable[(GraphTraversalImpl.this)#Component]

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  112. def thisCollection: Traversable[(GraphTraversalImpl.this)#Component]

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def toBuffer[B >: (GraphTraversalImpl.this)#Component]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def toCollection(repr: Traversable[(GraphTraversalImpl.this)#Component]): Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  117. def toIndexedSeq: IndexedSeq[(GraphTraversalImpl.this)#Component]

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

    Permalink
    Definition Classes
    FluentProperties
  119. def toIterable: Iterable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def toIterator: Iterator[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  121. def toList: List[(GraphTraversalImpl.this)#Component]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#ComponentTraverser to CollectionsHaveToParArray[(GraphTraversalImpl.this)#ComponentTraverser, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type ((GraphTraversalImpl.this)#ComponentTraverser) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  124. def toSeq: Seq[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  125. def toSet[B >: (GraphTraversalImpl.this)#Component]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toStream: Stream[(GraphTraversalImpl.this)#Component]

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

    Permalink
    Definition Classes
    TraversableLike → Any
  128. def toTraversable: Traversable[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  129. def toVector: Vector[(GraphTraversalImpl.this)#Component]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. final def topologicalSort[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): (GraphTraversalImpl.this)#CycleNodeOrTopologicalOrder

    Permalink

    See GraphTraversal#topologicalSort.

  131. final def topologicalSortByComponent[U](implicit visitor: ((GraphTraversalImpl.this)#InnerElem) ⇒ U = empty): Traversable[(GraphTraversalImpl.this)#CycleNodeOrTopologicalOrder]

    Permalink

    See GraphTraversal#topologicalSortByComponent.

  132. def transpose[B](implicit asTraversable: ((GraphTraversalImpl.this)#Component) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
  135. val value: (GraphTraversalImpl.this)#ComponentTraverser

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

    Permalink
    Definition Classes
    TraversableLike
  137. def view: TraversableView[(GraphTraversalImpl.this)#Component, Traversable[(GraphTraversalImpl.this)#Component]]

    Permalink
    Definition Classes
    TraversableLike
  138. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  141. final def withDirection(direction: Direction): (GraphTraversalImpl.this)#ComponentTraverser

    Permalink

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

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  143. final def withKind(kind: Kind): (GraphTraversalImpl.this)#ComponentTraverser

    Permalink

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

    Permalink

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

    Permalink

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

    Permalink

    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
  147. final def withSubgraph(nodes: (GraphTraversalImpl.this)#NodeFilter = anyNode, edges: (GraphTraversalImpl.this)#EdgeFilter = anyEdge): (GraphTraversalImpl.this)#ComponentTraverser

    Permalink

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

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

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

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

Shadowed Implicit Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from (GraphTraversalImpl.this)#ComponentTraverser to MonadOps[(GraphTraversalImpl.this)#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.this)#Component]).map(f)
    Definition Classes
    MonadOps
  4. def stringPrefix: String

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (GraphTraversalImpl.this)#ComponentTraverser

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

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

Inherited from GenericTraversableTemplate[(GraphTraversalImpl.this)#Component, Traversable]

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

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

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

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

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

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

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

Inherited from (GraphTraversalImpl.this)#Properties

Inherited from (GraphTraversalImpl.this)#SubgraphProperties

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

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion CollectionsHaveToParArray from (GraphTraversalImpl.this)#ComponentTraverser to CollectionsHaveToParArray[(GraphTraversalImpl.this)#ComponentTraverser, T]

Inherited by implicit conversion MonadOps from (GraphTraversalImpl.this)#ComponentTraverser to MonadOps[(GraphTraversalImpl.this)#Component]

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

Inherited by implicit conversion any2stringadd from (GraphTraversalImpl.this)#ComponentTraverser to any2stringadd[(GraphTraversalImpl.this)#ComponentTraverser]

Inherited by implicit conversion StringFormat from (GraphTraversalImpl.this)#ComponentTraverser to StringFormat[(GraphTraversalImpl.this)#ComponentTraverser]

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

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

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

Ungrouped