Class

scalax.collection.GraphTraversal

TopologicalOrder

Related Doc: package GraphTraversal

Permalink

final class TopologicalOrder[+A] extends AbstractTopologicalOrder[A, A]

A traversable topological order of nodes of a graph or of an isolated graph component.

A

one of NodeT, N

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TopologicalOrder
  2. AbstractTopologicalOrder
  3. AbstractTraversable
  4. Traversable
  5. GenTraversable
  6. GenericTraversableTemplate
  7. TraversableLike
  8. GenTraversableLike
  9. Parallelizable
  10. TraversableOnce
  11. GenTraversableOnce
  12. FilterMonadic
  13. HasNewBuilder
  14. AnyRef
  15. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by MonadOps
  4. by EdgeAssoc
  5. by graphParamsToPartition
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  10. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TopologicalOrder(layers: Layers, toA: (NodeT) ⇒ A)(implicit layerOrdering: GraphTraversal.NodeOrdering = NodeOrdering.None)

    Permalink

    Attributes
    protected[scalax.collection]

Type Members

  1. type Self = Traversable[A]

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

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (TopologicalOrder[A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to ArrowAssoc[TopologicalOrder[A]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if A is a subclass of Param[Nothing, Nothing] (A <: Param[Nothing, Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, A) ⇒ B): B

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, A) ⇒ B, combop: (B, B) ⇒ B): B

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

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

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

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

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

    Permalink
    Definition Classes
    Traversable → GenTraversable → GenericTraversableTemplate
  20. def copyToArray[B >: A](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  21. def copyToArray[B >: A](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: A](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToBuffer[B >: A](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  24. def count(p: (A) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def drop(n: Int): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  26. def dropWhile(p: (A) ⇒ Boolean): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  27. def edgeParams: Traversable[EdgeParam]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  28. val elems: Traversable[Param[N, E]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  29. def ensuring(cond: (TopologicalOrder[A]) ⇒ Boolean, msg: ⇒ Any): TopologicalOrder[A]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    AbstractTopologicalOrder → AnyRef → Any
  35. def exists(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  36. def filter(p: (A) ⇒ Boolean): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def filterNot(p: (A) ⇒ Boolean): Traversable[A]

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

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  40. def flatMap[B, That](f: (A) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  41. def flatten[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): Traversable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  42. def fold[A1 >: A](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def foldLeft[B](z: B)(op: (B, A) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldRight[B](z: B)(op: (A, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def forall(p: (A) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  46. def foreach[U](f: (A) ⇒ U): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. def groupBy[K](f: (A) ⇒ K): Map[K, Traversable[A]]

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  52. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractTopologicalOrder → AnyRef → Any
  53. def head: A

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  54. def headOption: Option[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  55. def init: Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  56. def inits: Iterator[Traversable[A]]

    Permalink
    Definition Classes
    TraversableLike
  57. def isDefined: Boolean

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

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

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

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

    Permalink
    Definition Classes
    Any
  62. def isNode: Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to OuterNode[TopologicalOrder[A]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  64. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  65. def last: A

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def lastOption: Option[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. implicit val layerOrdering: GraphTraversal.NodeOrdering

    Permalink
  68. val layers: Layers

    Permalink
    Attributes
    protected
    Definition Classes
    TopologicalOrderAbstractTopologicalOrder
  69. def map[B, That](f: (A) ⇒ B)(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  70. def max[B >: A](implicit cmp: Ordering[B]): A

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. def maxBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def min[B >: A](implicit cmp: Ordering[B]): A

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def minBy[B](f: (A) ⇒ B)(implicit cmp: Ordering[B]): A

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. val n1: TopologicalOrder[A]

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

    Permalink
    Definition Classes
    AnyRef
  79. def newBuilder: Builder[A, Traversable[A]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  80. def nodeParams: Traversable[NodeParam[N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  81. def nonEmpty: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  84. def nrOfLayers: Int

    Permalink

    The number of layers of this topological order.

    The number of layers of this topological order.

    Definition Classes
    AbstractTopologicalOrder
  85. def ordered(nodes: IndexedSeq[NodeT]): IndexedSeq[NodeT]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractTopologicalOrder
  86. def par: ParIterable[A]

    Permalink
    Definition Classes
    Parallelizable
  87. def parCombiner: Combiner[A, ParIterable[A]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  88. def partition(p: (A) ⇒ Boolean): (Traversable[A], Traversable[A])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  89. lazy val partitioned: (Traversable[Param[N, E]], Traversable[Param[N, E]])

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  90. def product[B >: A](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def reduce[A1 >: A](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  92. def reduceLeft[B >: A](op: (B, A) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  93. def reduceLeftOption[B >: A](op: (B, A) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def reduceOption[A1 >: A](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduceRight[B >: A](op: (A, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reduceRightOption[B >: A](op: (A, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def repr: Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  98. def reversed: List[A]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  99. def scan[B >: A, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Traversable[A], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def scanLeft[B, That](z: B)(op: (B, A) ⇒ B)(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def scanRight[B, That](z: B)(op: (A, B) ⇒ B)(implicit bf: CanBuildFrom[Traversable[A], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

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

  102. def seq: Traversable[A]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def slice(from: Int, until: Int): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  105. def span(p: (A) ⇒ Boolean): (Traversable[A], Traversable[A])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  106. def splitAt(n: Int): (Traversable[A], Traversable[A])

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

    Permalink
    Definition Classes
    AbstractTopologicalOrder → TraversableLike → GenTraversableLike
  108. def sum[B >: A](implicit num: Numeric[B]): B

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

    Permalink
    Definition Classes
    AnyRef
  110. def tail: Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def tails: Iterator[Traversable[A]]

    Permalink
    Definition Classes
    TraversableLike
  112. def take(n: Int): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  113. def takeWhile(p: (A) ⇒ Boolean): Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  114. def thisCollection: Traversable[A]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  115. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, A, Col[A]]): Col[A]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  116. val toA: (NodeT) ⇒ A

    Permalink
    Attributes
    protected
    Definition Classes
    TopologicalOrderAbstractTopologicalOrder
  117. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def toBuffer[B >: A]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def toCollection(repr: Traversable[A]): Traversable[A]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  120. def toInParams: Traversable[InParam[N, E]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  121. def toIndexedSeq: IndexedSeq[A]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def toIterable: Iterable[A]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. def toIterator: Iterator[A]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableOnce
  124. def toLayered: LayeredTopologicalOrder[A]

    Permalink

    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
    TopologicalOrderAbstractTopologicalOrder
  125. def toList: List[A]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toMap[T, U](implicit ev: <:<[A, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def toOuter: TopologicalOrder[N]

    Permalink
  128. def toOuterEdges: Traversable[E[N]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  129. def toOuterNodes: Traversable[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to Partitions[N, E] performed by method graphParamsToPartition in scalax.collection.GraphPredef. This conversion will take place only if A is a subclass of Param[N, E] (A <: Param[N, E]).
    Definition Classes
    Partitions
  130. def toParArray: ParArray[T]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toSet[B >: A]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toStream: Stream[A]

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

    Permalink
    Definition Classes
    TraversableLike → Any
  135. def toTraversable: Traversable[A]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  136. def toVector: Vector[A]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def transpose[B](implicit asTraversable: (A) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  138. def unzip[A1, A2](implicit asPair: (A) ⇒ (A1, A2)): (Traversable[A1], Traversable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  139. def unzip3[A1, A2, A3](implicit asTriple: (A) ⇒ (A1, A2, A3)): (Traversable[A1], Traversable[A2], Traversable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  140. val value: TopologicalOrder[A]

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

    Permalink
    Definition Classes
    TraversableLike
  142. def view: TraversableView[A, Traversable[A]]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  146. def withFilter(p: (A) ⇒ Boolean): FilterMonadic[A, Traversable[A]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  147. def withLayerOrdering(newOrdering: GraphTraversal.NodeOrdering): TopologicalOrder[A]

    Permalink

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to ArrowAssoc[TopologicalOrder[A]] performed by method ArrowAssoc in scala.Predef. This conversion will take place only if A is a subclass of Param[Nothing, Nothing] (A <: Param[Nothing, Nothing]).
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (topologicalOrder: MonadOps[A]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (A) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (topologicalOrder: MonadOps[A]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (A) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (topologicalOrder: MonadOps[A]).map(f)
    Definition Classes
    MonadOps
  4. def stringPrefix: String

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from TopologicalOrder[A] to MonadOps[A] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (topologicalOrder: MonadOps[A]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from AbstractTopologicalOrder[A, A]

Inherited from AbstractTraversable[A]

Inherited from Traversable[A]

Inherited from GenTraversable[A]

Inherited from TraversableLike[A, Traversable[A]]

Inherited from GenTraversableLike[A, Traversable[A]]

Inherited from Parallelizable[A, ParIterable[A]]

Inherited from TraversableOnce[A]

Inherited from GenTraversableOnce[A]

Inherited from FilterMonadic[A, Traversable[A]]

Inherited from HasNewBuilder[A, Traversable[A]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from TopologicalOrder[A] to OuterNode[TopologicalOrder[A]]

Inherited by implicit conversion CollectionsHaveToParArray from TopologicalOrder[A] to CollectionsHaveToParArray[TopologicalOrder[A], T]

Inherited by implicit conversion MonadOps from TopologicalOrder[A] to MonadOps[A]

Inherited by implicit conversion EdgeAssoc from TopologicalOrder[A] to EdgeAssoc[TopologicalOrder[A]]

Inherited by implicit conversion graphParamsToPartition from TopologicalOrder[A] to Partitions[N, E]

Inherited by implicit conversion any2stringadd from TopologicalOrder[A] to any2stringadd[TopologicalOrder[A]]

Inherited by implicit conversion StringFormat from TopologicalOrder[A] to StringFormat[TopologicalOrder[A]]

Inherited by implicit conversion Ensuring from TopologicalOrder[A] to Ensuring[TopologicalOrder[A]]

Inherited by implicit conversion ArrowAssoc from TopologicalOrder[A] to ArrowAssoc[TopologicalOrder[A]]

Inherited by implicit conversion alternateImplicit from TopologicalOrder[A] to ForceImplicitAmbiguity

Ungrouped