Root

mill.api.Mirrors.Root
@Scaladoc(value = "/** A store for one or more mirrors, with Root type `R`. */")
sealed trait Root[R]

A store for one or more mirrors, with Root type R.

Attributes

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

Members list

Value members

Abstract methods

def mirror[T <: R](key: Path[R, T]): Of[T]

Attributes

Source
Mirrors.scala