Factory

mill.define.Cross.Factory
See theFactory companion class
object Factory

Attributes

Companion
class
Source
Cross.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Factory.type

Members list

Implicits

Implicits

@Scaladoc(value = "/**\n * Implicitly constructs a Factory[M] for a target-typed `M`. Takes in an\n * expression of type `Any`, but type-checking on the macro-expanded code\n * provides some degree of type-safety.\n */")
implicit inline def make[M <: Module[_]](inline t: Any): Factory[M]

Implicitly constructs a Factory[M] for a target-typed M. Takes in an expression of type Any, but type-checking on the macro-expanded code provides some degree of type-safety.

Implicitly constructs a Factory[M] for a target-typed M. Takes in an expression of type Any, but type-checking on the macro-expanded code provides some degree of type-safety.

Attributes

Source
Cross.scala