Frame

mill.daemon.RunnerState.Frame
See theFrame companion object
case class Frame(workerCache: Map[String, (Int, Val)], evalWatched: Seq[Watchable], moduleWatched: Seq[Watchable], codeSignatures: Map[String, Int], classLoaderOpt: Option[MillURLClassLoader], runClasspath: Seq[PathRefApi], compileOutput: Option[PathRefApi], evaluator: Option[EvaluatorApi])

Attributes

Companion
object
Source
RunnerState.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
RunnerState.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product