TopoSorted

mill.api.TopoSorted
final class TopoSorted

Represents the topologically sorted set of tasks

valuesis guaranteed to be topological sorted and cycle free. That's why the constructor is package private.

Attributes

See also

PlanImpl.topoSorted

Source
TopoSorted.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val values: IndexedSeq[Task[_]]

Attributes

Source
TopoSorted.scala