Packages

abstract class ComponentTraverser extends FluentProperties[ComponentTraverser] with Properties with Iterable[Component]

Controls the properties of graph traversals with no specific root and allows you to produce the (weakly) connected components by a traversal or call methods like findCycle that work component-wise.

Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComponentTraverser
  2. Iterable
  3. IterableFactoryDefaults
  4. IterableOps
  5. IterableOnceOps
  6. IterableOnce
  7. Properties
  8. SubgraphProperties
  9. FluentProperties
  10. AnyRef
  11. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by ChainingOps
  3. by EdgeAssoc
  4. by anyToNode
  5. by any2stringadd
  6. by StringFormat
  7. by Ensuring
  8. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ComponentTraverser()
    Attributes
    protected

Abstract Value Members

  1. abstract def findCycle[U](implicit visitor: (GraphTraversal.InnerElem) => U = Visitor.empty): Option[Cycle]
  2. abstract def iterator: Iterator[Component]
    Definition Classes
    IterableOnce
  3. abstract def newTraverser: (NodeT, Parameters, GraphTraversal.NodeFilter, GraphTraversal.EdgeFilter, GraphTraversal.ElemOrdering, Option[Weight]) => ComponentTraverser
    Attributes
    protected
    Definition Classes
    FluentProperties
  4. abstract def ordering: GraphTraversal.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
    Properties
  5. abstract def parameters: Parameters

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    Properties
  6. abstract def root: NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    Properties
  7. abstract def subgraphEdges: GraphTraversal.EdgeFilter

    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
    SubgraphProperties
  8. abstract def subgraphNodes: GraphTraversal.NodeFilter

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

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

    Definition Classes
    SubgraphProperties
  9. abstract def topologicalSort[U](implicit visitor: (GraphTraversal.InnerElem) => U = Visitor.empty): TopologicalSort

    See GraphTraversal#topologicalSort.

  10. abstract def topologicalSortByComponent[U](implicit visitor: (GraphTraversal.InnerElem) => U = Visitor.empty): Iterable[TopologicalSort]

    See GraphTraversal#topologicalSortByComponent.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toany2stringadd[ComponentTraverser] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: Component](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (ComponentTraverser, B)
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toArrowAssoc[ComponentTraverser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  8. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  9. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. final def coll: ComponentTraverser.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  14. def collect[B](pf: PartialFunction[Component, B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  15. def collectFirst[B](pf: PartialFunction[Component, B]): Option[B]
    Definition Classes
    IterableOnceOps
  16. def concat[B >: Component](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  17. def copyToArray[B >: Component](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  18. def copyToArray[B >: Component](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  19. def copyToArray[B >: Component](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  20. def corresponds[B](that: scala.collection.IterableOnce[B])(p: (Component, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  21. def count(p: (Component) => Boolean): Int
    Definition Classes
    IterableOnceOps
  22. def drop(n: Int): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def dropRight(n: Int): Iterable[Component]
    Definition Classes
    IterableOps
  24. def dropWhile(p: (Component) => Boolean): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def empty: Iterable[Component]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  26. def ensuring(cond: (ComponentTraverser) => Boolean, msg: => Any): ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEnsuring[ComponentTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (ComponentTraverser) => Boolean): ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEnsuring[ComponentTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: => Any): ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEnsuring[ComponentTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEnsuring[ComponentTraverser] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. def exists(p: (Component) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  33. def filter(pred: (Component) => Boolean): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  34. def filterNot(pred: (Component) => Boolean): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  35. def find(p: (Component) => Boolean): Option[Component]
    Definition Classes
    IterableOnceOps
  36. def flatMap[B](f: (Component) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def flatten[B](implicit asIterable: (Component) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  38. def fold[A1 >: Component](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  39. def foldLeft[B](z: B)(op: (B, Component) => B): B
    Definition Classes
    IterableOnceOps
  40. def foldRight[B](z: B)(op: (Component, B) => B): B
    Definition Classes
    IterableOnceOps
  41. def forall(p: (Component) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def foreach[U](f: (Component) => U): Unit
    Definition Classes
    IterableOnceOps
  43. def fromSpecific(coll: scala.collection.IterableOnce[Component]): Iterable[Component]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  44. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def groupBy[K](f: (Component) => K): Map[K, Iterable[Component]]
    Definition Classes
    IterableOps
  46. def groupMap[K, B](key: (Component) => K)(f: (Component) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  47. def groupMapReduce[K, B](key: (Component) => K)(f: (Component) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  48. def grouped(size: Int): Iterator[Iterable[Component]]
    Definition Classes
    IterableOps
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. def head: Component
    Definition Classes
    IterableOps
  51. def headOption: Option[Component]
    Definition Classes
    IterableOps
  52. def init: Iterable[Component]
    Definition Classes
    IterableOps
  53. def inits: Iterator[Iterable[Component]]
    Definition Classes
    IterableOps
  54. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  55. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  56. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  57. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  60. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  61. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  62. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  63. def knownSize: Int
    Definition Classes
    IterableOnce
  64. def last: Component
    Definition Classes
    IterableOps
  65. def lastOption: Option[Component]
    Definition Classes
    IterableOps
  66. def lazyZip[B](that: Iterable[B]): LazyZip2[Component, B, ComponentTraverser.this.type]
    Definition Classes
    Iterable
  67. def map[B](f: (Component) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  68. def max[B >: Component](implicit ord: Ordering[B]): Component
    Definition Classes
    IterableOnceOps
  69. def maxBy[B](f: (Component) => B)(implicit cmp: Ordering[B]): Component
    Definition Classes
    IterableOnceOps
  70. def maxByOption[B](f: (Component) => B)(implicit cmp: Ordering[B]): Option[Component]
    Definition Classes
    IterableOnceOps
  71. def maxOption[B >: Component](implicit ord: Ordering[B]): Option[Component]
    Definition Classes
    IterableOnceOps
  72. def maxWeight: Option[Weight]

    An optional maximum weight that limits the scope of the traversal or search.

    An optional maximum weight that limits the scope of the traversal or search. If defined and the sum of edge weights between the root of the traversal and a node exceeds the given maximum, that node will no more be visited.

    Definition Classes
    Properties
  73. def min[B >: Component](implicit ord: Ordering[B]): Component
    Definition Classes
    IterableOnceOps
  74. def minBy[B](f: (Component) => B)(implicit cmp: Ordering[B]): Component
    Definition Classes
    IterableOnceOps
  75. def minByOption[B](f: (Component) => B)(implicit cmp: Ordering[B]): Option[Component]
    Definition Classes
    IterableOnceOps
  76. def minOption[B >: Component](implicit ord: Ordering[B]): Option[Component]
    Definition Classes
    IterableOnceOps
  77. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  78. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  79. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  80. val n1: ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEdgeAssoc[ComponentTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  81. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. def newSpecificBuilder: Builder[Component, Iterable[Component]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  83. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  84. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  85. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  86. def partition(p: (Component) => Boolean): (Iterable[Component], Iterable[Component])
    Definition Classes
    IterableOps
  87. def partitionMap[A1, A2](f: (Component) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  88. def pipe[B](f: (ComponentTraverser) => B): B
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toChainingOps[ComponentTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  89. def product[B >: Component](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  90. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  91. def reduce[B >: Component](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  92. def reduceLeft[B >: Component](op: (B, Component) => B): B
    Definition Classes
    IterableOnceOps
  93. def reduceLeftOption[B >: Component](op: (B, Component) => B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def reduceOption[B >: Component](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  95. def reduceRight[B >: Component](op: (Component, B) => B): B
    Definition Classes
    IterableOnceOps
  96. def reduceRightOption[B >: Component](op: (Component, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  97. def reversed: Iterable[Component]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  98. def scan[B >: Component](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  99. def scanLeft[B](z: B)(op: (B, Component) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  100. def scanRight[B](z: B)(op: (Component, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  101. val self: ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toChainingOps[ComponentTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  102. def size: Int
    Definition Classes
    IterableOnceOps
  103. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  104. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  105. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  106. def slice(from: Int, until: Int): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  107. def sliding(size: Int, step: Int): Iterator[Iterable[Component]]
    Definition Classes
    IterableOps
  108. def sliding(size: Int): Iterator[Iterable[Component]]
    Definition Classes
    IterableOps
  109. def span(p: (Component) => Boolean): (Iterable[Component], Iterable[Component])
    Definition Classes
    IterableOps → IterableOnceOps
  110. def splitAt(n: Int): (Iterable[Component], Iterable[Component])
    Definition Classes
    IterableOps → IterableOnceOps
  111. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Component, S]): S
    Definition Classes
    IterableOnce
  112. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
    Annotations
    @deprecatedOverriding()
  113. def sum[B >: Component](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  114. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  115. def tail: Iterable[Component]
    Definition Classes
    IterableOps
  116. def tails: Iterator[Iterable[Component]]
    Definition Classes
    IterableOps
  117. def take(n: Int): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  118. def takeRight(n: Int): Iterable[Component]
    Definition Classes
    IterableOps
  119. def takeWhile(p: (Component) => Boolean): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  120. def tap[U](f: (ComponentTraverser) => U): ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toChainingOps[ComponentTraverser] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  121. def tapEach[U](f: (Component) => U): Iterable[Component]
    Definition Classes
    IterableOps → IterableOnceOps
  122. def to[C1](factory: Factory[Component, C1]): C1
    Definition Classes
    IterableOnceOps
  123. def toArray[B >: Component](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  124. final def toBuffer[B >: Component]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  125. def toIndexedSeq: IndexedSeq[Component]
    Definition Classes
    IterableOnceOps
  126. final def toInnerElemTraverser(root: NodeT): InnerElemTraverser
    Definition Classes
    FluentProperties
  127. def toList: List[Component]
    Definition Classes
    IterableOnceOps
  128. def toMap[K, V](implicit ev: <:<[Component, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  129. def toSeq: Seq[Component]
    Definition Classes
    IterableOnceOps
  130. def toSet[B >: Component]: Set[B]
    Definition Classes
    IterableOnceOps
  131. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  132. def toVector: Vector[Component]
    Definition Classes
    IterableOnceOps
  133. def transpose[B](implicit asIterable: (Component) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  134. def unzip[A1, A2](implicit asPair: (Component) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  135. def unzip3[A1, A2, A3](implicit asTriple: (Component) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  136. val value: ComponentTraverser
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[ComponentTraverser] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  137. def view: View[Component]
    Definition Classes
    IterableOps
  138. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  139. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  140. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  141. final def withDirection(direction: Direction): 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. Note that methods returning a Cycle or Path accept only Successors.

    Definition Classes
    FluentProperties
  142. def withFilter(p: (Component) => Boolean): WithFilter[Component, Iterable]
    Definition Classes
    IterableOps
  143. final def withKind(kind: Kind): 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
  144. final def withMaxDepth(maxDepth: Int): 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
  145. final def withMaxWeight(max: Long): ComponentTraverser

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max and the default weight function returning edge.weight.

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max and the default weight function returning edge.weight.

    Definition Classes
    FluentProperties
  146. final def withMaxWeight[W](max: W, edgeWeight: (GraphTraversal.EdgeT) => W)(implicit arg0: Numeric[W]): ComponentTraverser

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max value and the given weight function.

    Creates a new FluentProperties based on this except for an updated maxWeight having the given max value and the given weight function.

    Definition Classes
    FluentProperties
  147. def withMaxWeight(maxWeight: Option[Weight]): ComponentTraverser

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

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

    Definition Classes
    FluentProperties
  148. final def withOrdering(ordering: GraphTraversal.ElemOrdering): 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
  149. final def withParameters(parameters: Parameters): 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
  150. final def withSubgraph(nodes: GraphTraversal.NodeFilter = anyNode, edges: GraphTraversal.EdgeFilter = anyEdge): 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
  151. def zip[B](that: scala.collection.IterableOnce[B]): Iterable[(Component, B)]
    Definition Classes
    IterableOps
  152. def zipAll[A1 >: Component, B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  153. def zipWithIndex: Iterable[(Component, Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  154. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEdgeAssoc[ComponentTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  155. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toEdgeAssoc[ComponentTraverser] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[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
  2. def toString(): String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toOuterNode[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

Deprecated Value Members

  1. def ++:[B >: Component](that: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ++ instead of ++: for collections of type Iterable

  2. def /:[B](z: B)(op: (B, Component) => B): B
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  3. final def /:[B](z: B)(op: (B, Component) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: (Component, B) => B): B
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  5. final def :\[B](z: B)(op: (Component, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  6. def aggregate[B](z: => B)(seqop: (B, Component) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  7. def collectFirst[B](f: PartialFunction[Component, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  8. def companion: IterableFactory[Iterable]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  9. def copyToBuffer(dest: Buffer[Component]): Unit
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  10. final def copyToBuffer[B >: Component](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  11. def count(f: (Component) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  12. def exists(f: (Component) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  13. def filter(f: (Component) => Boolean): Iterator[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  15. def find(p: (Component) => Boolean): Option[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: (Component) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  17. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  18. def foldLeft[B](z: B)(op: (B, Component) => B): B
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (Component, B) => B): B
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (Component) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (Component) => U): Unit
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toStringFormat[ComponentTraverser] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  23. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  24. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  25. def map[B](f: (Component) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  26. def max(implicit ord: Ordering[Component]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (Component) => B)(implicit cmp: Ordering[B]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: Ordering[Component]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (Component) => B)(implicit cmp: Ordering[B]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkString: String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  34. def product(implicit num: Numeric[Component]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: (Component, Component) => Component): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  36. def reduceLeft(f: (Component, Component) => Component): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  37. def reduceLeftOption(f: (Component, Component) => Component): Option[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  38. def reduceOption(f: (Component, Component) => Component): Option[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  39. def reduceRight(f: (Component, Component) => Component): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  40. def reduceRightOption(f: (Component, Component) => Component): Option[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  41. final def repr: Iterable[Component]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  42. def sameElements[B >: A](that: scala.collection.IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  43. def seq: ComponentTraverser.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  44. def size: Int
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  45. def sum(implicit num: Numeric[Component]): Component
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  46. def to[C1](factory: Factory[Component, C1]): C1
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  47. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  48. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  49. def toIndexedSeq: IndexedSeq[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  50. final def toIterable: Iterable[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  51. final def toIterable: ComponentTraverser.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  52. def toIterator: Iterator[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  53. final def toIterator: Iterator[Component]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  54. def toList: List[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  55. def toMap[K, V](implicit ev: <:<[Component, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  56. def toSeq: Seq[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  57. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  58. def toStream: Stream[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  59. final def toStream: Stream[Component]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  60. final def toTraversable: Traversable[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  61. final def toTraversable: Traversable[Component]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

  62. def toVector: Vector[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  63. def view(from: Int, until: Int): View[Component]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

  64. def withFilter(f: (Component) => Boolean): Iterator[Component]
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toIterableOnceExtensionMethods[Component] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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: IterableOnceExtensionMethods[Component]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  65. def [B](y: B): (ComponentTraverser, B)
    Implicit
    This member is added by an implicit conversion from ComponentTraverser toArrowAssoc[ComponentTraverser] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Iterable[Component]

Inherited from Properties

Inherited from SubgraphProperties

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromComponentTraverser to IterableOnceExtensionMethods[Component]

Inherited by implicit conversion ChainingOps fromComponentTraverser to ChainingOps[ComponentTraverser]

Inherited by implicit conversion EdgeAssoc fromComponentTraverser to EdgeAssoc[ComponentTraverser]

Inherited by implicit conversion anyToNode fromComponentTraverser to OuterNode[ComponentTraverser]

Inherited by implicit conversion any2stringadd fromComponentTraverser to any2stringadd[ComponentTraverser]

Inherited by implicit conversion StringFormat fromComponentTraverser to StringFormat[ComponentTraverser]

Inherited by implicit conversion Ensuring fromComponentTraverser to Ensuring[ComponentTraverser]

Inherited by implicit conversion ArrowAssoc fromComponentTraverser to ArrowAssoc[ComponentTraverser]

Ungrouped