Packages

c

scalax.collection.GraphTraversal

LayeredTopologicalOrder

final class LayeredTopologicalOrder[+A] extends AbstractTopologicalOrder[A, (Int, Iterable[A])]

Layers of a topological order of a graph or of an isolated graph component. The layers of a topological sort can roughly be defined as follows:

  1. layer 0 contains all nodes having no predecessors,
  2. layer n contains those nodes that have only predecessors in ancestor layers with at least one of them contained in layer n - 1
A

one of NodeT, N

Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayeredTopologicalOrder
  2. AbstractTopologicalOrder
  3. AbstractIterable
  4. Iterable
  5. IterableFactoryDefaults
  6. IterableOps
  7. IterableOnceOps
  8. IterableOnce
  9. AnyRef
  10. 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 LayeredTopologicalOrder(layers: Layers, toA: (NodeT) => A)(implicit layerOrdering: GraphTraversal.NodeOrdering = NodeOrdering.None)

    Attributes
    protected[collection]

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 LayeredTopologicalOrder[A] toany2stringadd[LayeredTopologicalOrder[A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. final def ++[B >: (Int, Iterable[A])](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  5. def ->[B](y: B): (LayeredTopologicalOrder[A], B)
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toArrowAssoc[LayeredTopologicalOrder[A]] 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: LayeredTopologicalOrder.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  14. def collect[B](pf: PartialFunction[(Int, Iterable[A]), B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  15. def collectFirst[B](pf: PartialFunction[(Int, Iterable[A]), B]): Option[B]
    Definition Classes
    IterableOnceOps
  16. def concat[B >: (Int, Iterable[A])](suffix: scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps
  17. def copyToArray[B >: (Int, Iterable[A])](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  18. def copyToArray[B >: (Int, Iterable[A])](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  19. def copyToArray[B >: (Int, Iterable[A])](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  20. def corresponds[B](that: scala.collection.IterableOnce[B])(p: ((Int, Iterable[A]), B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  21. def count(p: ((Int, Iterable[A])) => Boolean): Int
    Definition Classes
    IterableOnceOps
  22. def drop(n: Int): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  23. def dropRight(n: Int): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  24. def dropWhile(p: ((Int, Iterable[A])) => Boolean): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  25. def empty: Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  26. def ensuring(cond: (LayeredTopologicalOrder[A]) => Boolean, msg: => Any): LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEnsuring[LayeredTopologicalOrder[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (LayeredTopologicalOrder[A]) => Boolean): LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEnsuring[LayeredTopologicalOrder[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: => Any): LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEnsuring[LayeredTopologicalOrder[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEnsuring[LayeredTopologicalOrder[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(other: Any): Boolean
    Definition Classes
    AbstractTopologicalOrder → AnyRef → Any
  32. def exists(p: ((Int, Iterable[A])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  33. def filter(pred: ((Int, Iterable[A])) => Boolean): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  34. def filterNot(pred: ((Int, Iterable[A])) => Boolean): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  35. def find(p: ((Int, Iterable[A])) => Boolean): Option[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  36. def flatMap[B](f: ((Int, Iterable[A])) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  37. def flatten[B](implicit asIterable: ((Int, Iterable[A])) => scala.collection.IterableOnce[B]): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  38. def fold[A1 >: (Int, Iterable[A])](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  39. def foldLeft[B](z: B)(op: (B, (Int, Iterable[A])) => B): B
    Definition Classes
    IterableOnceOps
  40. def foldRight[B](z: B)(op: ((Int, Iterable[A]), B) => B): B
    Definition Classes
    IterableOnceOps
  41. def forall(p: ((Int, Iterable[A])) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  42. def foreach[U](f: ((Int, Iterable[A])) => U): Unit
    Definition Classes
    IterableOnceOps
  43. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toStringFormat[LayeredTopologicalOrder[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  44. def fromSpecific(coll: scala.collection.IterableOnce[(Int, Iterable[A])]): Iterable[(Int, Iterable[A])]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  45. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. def groupBy[K](f: ((Int, Iterable[A])) => K): Map[K, Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  47. def groupMap[K, B](key: ((Int, Iterable[A])) => K)(f: ((Int, Iterable[A])) => B): Map[K, Iterable[B]]
    Definition Classes
    IterableOps
  48. def groupMapReduce[K, B](key: ((Int, Iterable[A])) => K)(f: ((Int, Iterable[A])) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  49. def grouped(size: Int): Iterator[Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  50. def hashCode(): Int
    Definition Classes
    AbstractTopologicalOrder → AnyRef → Any
  51. def head: (Int, Iterable[A])
    Definition Classes
    IterableOps
  52. def headOption: Option[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  53. def init: Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  54. def inits: Iterator[Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  55. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  56. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  57. def isEmpty: Boolean
    Definition Classes
    IterableOnceOps
  58. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  59. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  60. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  61. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  62. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  63. def iterableFactory: IterableFactory[Iterable]
    Definition Classes
    Iterable → IterableOps
  64. def iterator: Iterator[(Int, Iterable[A])]
    Definition Classes
    LayeredTopologicalOrder → IterableOnce
  65. def knownSize: Int
    Definition Classes
    IterableOnce
  66. def last: (Int, Iterable[A])
    Definition Classes
    IterableOps
  67. def lastOption: Option[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  68. implicit val layerOrdering: GraphTraversal.NodeOrdering
  69. val layers: Layers
    Attributes
    protected
    Definition Classes
    LayeredTopologicalOrderAbstractTopologicalOrder
  70. def lazyZip[B](that: Iterable[B]): LazyZip2[(Int, Iterable[A]), B, LayeredTopologicalOrder.this.type]
    Definition Classes
    Iterable
  71. def map[B](f: ((Int, Iterable[A])) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  72. def max[B >: (Int, Iterable[A])](implicit ord: Ordering[B]): (Int, Iterable[A])
    Definition Classes
    IterableOnceOps
  73. def maxBy[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): (Int, Iterable[A])
    Definition Classes
    IterableOnceOps
  74. def maxByOption[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): Option[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  75. def maxOption[B >: (Int, Iterable[A])](implicit ord: Ordering[B]): Option[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  76. def min[B >: (Int, Iterable[A])](implicit ord: Ordering[B]): (Int, Iterable[A])
    Definition Classes
    IterableOnceOps
  77. def minBy[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): (Int, Iterable[A])
    Definition Classes
    IterableOnceOps
  78. def minByOption[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): Option[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  79. def minOption[B >: (Int, Iterable[A])](implicit ord: Ordering[B]): Option[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  80. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  81. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  82. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  83. val n1: LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEdgeAssoc[LayeredTopologicalOrder[A]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  84. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  85. def newSpecificBuilder: Builder[(Int, Iterable[A]), Iterable[(Int, Iterable[A])]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  86. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  87. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  88. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  89. def nrOfLayers: Int

    The number of layers of this topological order.

    The number of layers of this topological order.

    Definition Classes
    AbstractTopologicalOrder
  90. def partition(p: ((Int, Iterable[A])) => Boolean): (Iterable[(Int, Iterable[A])], Iterable[(Int, Iterable[A])])
    Definition Classes
    IterableOps
  91. def partitionMap[A1, A2](f: ((Int, Iterable[A])) => Either[A1, A2]): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  92. def pipe[B](f: (LayeredTopologicalOrder[A]) => B): B
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toChainingOps[LayeredTopologicalOrder[A]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  93. def product[B >: (Int, Iterable[A])](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  94. def productElementNames: Iterator[String]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Product
  95. def reduce[B >: (Int, Iterable[A])](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  96. def reduceLeft[B >: (Int, Iterable[A])](op: (B, (Int, Iterable[A])) => B): B
    Definition Classes
    IterableOnceOps
  97. def reduceLeftOption[B >: (Int, Iterable[A])](op: (B, (Int, Iterable[A])) => B): Option[B]
    Definition Classes
    IterableOnceOps
  98. def reduceOption[B >: (Int, Iterable[A])](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  99. def reduceRight[B >: (Int, Iterable[A])](op: ((Int, Iterable[A]), B) => B): B
    Definition Classes
    IterableOnceOps
  100. def reduceRightOption[B >: (Int, Iterable[A])](op: ((Int, Iterable[A]), B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  101. def reversed: Iterable[(Int, Iterable[A])]
    Attributes
    protected
    Definition Classes
    IterableOnceOps
  102. def scan[B >: (Int, Iterable[A])](z: B)(op: (B, B) => B): Iterable[B]
    Definition Classes
    IterableOps
  103. def scanLeft[B](z: B)(op: (B, (Int, Iterable[A])) => B): Iterable[B]
    Definition Classes
    IterableOps → IterableOnceOps
  104. def scanRight[B](z: B)(op: ((Int, Iterable[A]), B) => B): Iterable[B]
    Definition Classes
    IterableOps
  105. val self: LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toChainingOps[LayeredTopologicalOrder[A]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  106. def size: Int
    Definition Classes
    IterableOnceOps
  107. def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    IterableOps
  108. def sizeCompare(otherSize: Int): Int
    Definition Classes
    IterableOps
  109. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  110. def slice(from: Int, until: Int): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  111. def sliding(size: Int, step: Int): Iterator[Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  112. def sliding(size: Int): Iterator[Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  113. def span(p: ((Int, Iterable[A])) => Boolean): (Iterable[(Int, Iterable[A])], Iterable[(Int, Iterable[A])])
    Definition Classes
    IterableOps → IterableOnceOps
  114. def splitAt(n: Int): (Iterable[(Int, Iterable[A])], Iterable[(Int, Iterable[A])])
    Definition Classes
    IterableOps → IterableOnceOps
  115. def stepper[S <: Stepper[_]](implicit shape: StepperShape[(Int, Iterable[A]), S]): S
    Definition Classes
    IterableOnce
  116. def stringPrefix: String
    Definition Classes
    AbstractTopologicalOrder → Iterable
  117. def sum[B >: (Int, Iterable[A])](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  118. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  119. def tail: Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  120. def tails: Iterator[Iterable[(Int, Iterable[A])]]
    Definition Classes
    IterableOps
  121. def take(n: Int): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  122. def takeRight(n: Int): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  123. def takeWhile(p: ((Int, Iterable[A])) => Boolean): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  124. def tap[U](f: (LayeredTopologicalOrder[A]) => U): LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toChainingOps[LayeredTopologicalOrder[A]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  125. def tapEach[U](f: ((Int, Iterable[A])) => U): Iterable[(Int, Iterable[A])]
    Definition Classes
    IterableOps → IterableOnceOps
  126. def to[C1](factory: Factory[(Int, Iterable[A]), C1]): C1
    Definition Classes
    IterableOnceOps
  127. val toA: (NodeT) => A
    Attributes
    protected
    Definition Classes
    LayeredTopologicalOrderAbstractTopologicalOrder
  128. def toArray[B >: (Int, Iterable[A])](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  129. final def toBuffer[B >: (Int, Iterable[A])]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  130. def toIndexedSeq: IndexedSeq[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  131. final def toIterable: LayeredTopologicalOrder.this.type
    Definition Classes
    Iterable → IterableOps
  132. def toLayered: LayeredTopologicalOrder[A]

    Creates a new flavor of this TopologicalOrder or LayeredTopologicalOrder that is traversable for its inner nodes zipped with their layers.

    Creates a new flavor of this TopologicalOrder or LayeredTopologicalOrder that is traversable for its inner nodes zipped with their layers.

    Definition Classes
    LayeredTopologicalOrderAbstractTopologicalOrder
  133. def toList: List[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  134. def toMap[K, V](implicit ev: <:<[(Int, Iterable[A]), (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  135. def toOuter: LayeredTopologicalOrder[N]
  136. def toSeq: Seq[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  137. def toSet[B >: (Int, Iterable[A])]: Set[B]
    Definition Classes
    IterableOnceOps
  138. def toString(): String
    Definition Classes
    Iterable → AnyRef → Any
  139. def toVector: Vector[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
  140. def transpose[B](implicit asIterable: ((Int, Iterable[A])) => Iterable[B]): Iterable[Iterable[B]]
    Definition Classes
    IterableOps
  141. def unzip[A1, A2](implicit asPair: ((Int, Iterable[A])) => (A1, A2)): (Iterable[A1], Iterable[A2])
    Definition Classes
    IterableOps
  142. def unzip3[A1, A2, A3](implicit asTriple: ((Int, Iterable[A])) => (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
    Definition Classes
    IterableOps
  143. val value: LayeredTopologicalOrder[A]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  144. def view: View[(Int, Iterable[A])]
    Definition Classes
    IterableOps
  145. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  146. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  147. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  148. def withFilter(p: ((Int, Iterable[A])) => Boolean): WithFilter[(Int, Iterable[A]), Iterable]
    Definition Classes
    IterableOps
  149. def withLayerOrdering(newOrdering: GraphTraversal.NodeOrdering): LayeredTopologicalOrder[A]

    Creates a new flavor of this TopologicalOrder or LayeredTopologicalOrder with nodes ordered by newOrdering within the layers.

    Creates a new flavor of this TopologicalOrder or LayeredTopologicalOrder with nodes ordered by newOrdering within the layers. A layer ordering is also useful to ensure a stable topological order over graph instances.

    Definition Classes
    LayeredTopologicalOrderAbstractTopologicalOrder
  150. def zip[B](that: scala.collection.IterableOnce[B]): Iterable[((Int, Iterable[A]), B)]
    Definition Classes
    IterableOps
  151. def zipAll[A1 >: (Int, Iterable[A]), B](that: Iterable[B], thisElem: A1, thatElem: B): Iterable[(A1, B)]
    Definition Classes
    IterableOps
  152. def zipWithIndex: Iterable[((Int, Iterable[A]), Int)]
    Definition Classes
    IterableOps → IterableOnceOps
  153. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEdgeAssoc[LayeredTopologicalOrder[A]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  154. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toEdgeAssoc[LayeredTopologicalOrder[A]] 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 LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] 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:
    (layeredTopologicalOrder: OuterNode[LayeredTopologicalOrder[A]]).stringPrefix
    Definition Classes
    NodeParam
  2. def toString(): String
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toOuterNode[LayeredTopologicalOrder[A]] 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:
    (layeredTopologicalOrder: OuterNode[LayeredTopologicalOrder[A]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def ++:[B >: (Int, Iterable[A])](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, (Int, Iterable[A])) => B): B
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])])./:(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, (Int, Iterable[A])) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  4. def :\[B](z: B)(op: ((Int, Iterable[A]), B) => B): B
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).:\(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: ((Int, Iterable[A]), 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, (Int, Iterable[A])) => 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[(Int, Iterable[A]), B]): Option[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).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[(Int, Iterable[A])]): Unit
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

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

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

  11. def count(f: ((Int, Iterable[A])) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  12. def exists(f: ((Int, Iterable[A])) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  13. def filter(f: ((Int, Iterable[A])) => Boolean): Iterator[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).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: ((Int, Iterable[A])) => Boolean): Option[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: ((Int, Iterable[A])) => scala.collection.IterableOnce[B]): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).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 LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).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, (Int, Iterable[A])) => B): B
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).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: ((Int, Iterable[A]), B) => B): B
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: ((Int, Iterable[A])) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  21. def foreach[U](f: ((Int, Iterable[A])) => U): Unit
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  22. 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)

  23. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  24. def map[B](f: ((Int, Iterable[A])) => B): scala.collection.IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  25. def max(implicit ord: Ordering[(Int, Iterable[A])]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  26. def maxBy[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  27. def min(implicit ord: Ordering[(Int, Iterable[A])]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  28. def minBy[B](f: ((Int, Iterable[A])) => B)(implicit cmp: Ordering[B]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  29. def mkString: String
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  30. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  33. def product(implicit num: Numeric[(Int, Iterable[A])]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  34. def reduce(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  35. def reduceLeft(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  36. def reduceLeftOption(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): Option[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  37. def reduceOption(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): Option[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  38. def reduceRight(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  39. def reduceRightOption(f: ((Int, Iterable[A]), (Int, Iterable[A])) => (Int, Iterable[A])): Option[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  40. final def repr: Iterable[(Int, Iterable[A])]
    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

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

    (Since version 2.13.0) Use .iterator.sameElements instead

  42. def seq: LayeredTopologicalOrder.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  43. def size: Int
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  44. def sum(implicit num: Numeric[(Int, Iterable[A])]): (Int, Iterable[A])
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  45. def to[C1](factory: Factory[(Int, Iterable[A]), C1]): C1
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  46. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  47. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  48. def toIndexedSeq: IndexedSeq[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  49. final def toIterable: Iterable[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  50. def toIterator: Iterator[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  51. final def toIterator: Iterator[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  52. def toList: List[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  53. def toMap[K, V](implicit ev: <:<[(Int, Iterable[A]), (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  54. def toSeq: Seq[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  55. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  56. def toStream: Stream[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  57. final def toStream: Stream[(Int, Iterable[A])]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

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

  58. final def toTraversable: Traversable[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

  59. final def toTraversable: Traversable[(Int, Iterable[A])]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  60. def toVector: Vector[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

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

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

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

  62. def withFilter(f: ((Int, Iterable[A])) => Boolean): Iterator[(Int, Iterable[A])]
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toIterableOnceExtensionMethods[(Int, Iterable[A])] 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:
    (layeredTopologicalOrder: IterableOnceExtensionMethods[(Int, Iterable[A])]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

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

  63. def [B](y: B): (LayeredTopologicalOrder[A], B)
    Implicit
    This member is added by an implicit conversion from LayeredTopologicalOrder[A] toArrowAssoc[LayeredTopologicalOrder[A]] 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 AbstractTopologicalOrder[A, (Int, Iterable[A])]

Inherited from AbstractIterable[(Int, Iterable[A])]

Inherited from Iterable[(Int, Iterable[A])]

Inherited from IterableOps[(Int, Iterable[A]), Iterable, Iterable[(Int, Iterable[A])]]

Inherited from IterableOnceOps[(Int, Iterable[A]), Iterable, Iterable[(Int, Iterable[A])]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromLayeredTopologicalOrder[A] to IterableOnceExtensionMethods[(Int, Iterable[A])]

Inherited by implicit conversion ChainingOps fromLayeredTopologicalOrder[A] to ChainingOps[LayeredTopologicalOrder[A]]

Inherited by implicit conversion EdgeAssoc fromLayeredTopologicalOrder[A] to EdgeAssoc[LayeredTopologicalOrder[A]]

Inherited by implicit conversion anyToNode fromLayeredTopologicalOrder[A] to OuterNode[LayeredTopologicalOrder[A]]

Inherited by implicit conversion any2stringadd fromLayeredTopologicalOrder[A] to any2stringadd[LayeredTopologicalOrder[A]]

Inherited by implicit conversion StringFormat fromLayeredTopologicalOrder[A] to StringFormat[LayeredTopologicalOrder[A]]

Inherited by implicit conversion Ensuring fromLayeredTopologicalOrder[A] to Ensuring[LayeredTopologicalOrder[A]]

Inherited by implicit conversion ArrowAssoc fromLayeredTopologicalOrder[A] to ArrowAssoc[LayeredTopologicalOrder[A]]

Ungrouped