Module2
mill.api.Cross.Module2
@Scaladoc(value = "/**\n * A cross-module with 2 cross-types [[T1]] and [[T2]], which are available\n * in the module body as [[crossValue]] and [[crossValue2]].\n */")
A cross-module with 2 cross-types T1 and T2, which are available in the module body as crossValue and crossValue2.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait InnerCrossModule2trait InnerCrossModule3trait InnerCrossModule4trait InnerCrossModule5Show all
Members list
Type members
Classlikes
@Scaladoc(value = "/**\n * trait that can be mixed into any sub-modules within the body of a\n * [[Cross.Arg2]], to automatically inherit the [[crossValue2]]\n */")
trait InnerCrossModule2 extends CrossValue, Module2[T1, T2]
trait that can be mixed into any sub-modules within the body of a Cross.Arg2, to automatically inherit the crossValue2
trait that can be mixed into any sub-modules within the body of a Cross.Arg2, to automatically inherit the crossValue2
Attributes
- Supertypes
- Known subtypes
Inherited classlikes
@Scaladoc(value = "/**\n * trait that can be mixed into any sub-modules within the body of a\n * [[Cross.Module]], to automatically inherit the [[crossValue]]\n */")
trait CrossValue extends Module[T1]
trait that can be mixed into any sub-modules within the body of a Cross.Module, to automatically inherit the crossValue
trait that can be mixed into any sub-modules within the body of a Cross.Module, to automatically inherit the crossValue
Attributes
- Inherited from:
- Module
- Supertypes
- Known subtypes
@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
In this article