Results

mill.exec.GroupExecution.Results
case class Results(newResults: Map[Task[_], ExecResult[(Val, Int)]], newEvaluated: Seq[Task[_]], cached: Boolean, inputsHash: Int, previousInputsHash: Int, valueHashChanged: Boolean, serializedPaths: Seq[PathRef])

Attributes

Source
GroupExecution.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product