InnerCrossModule2
mill.api.Cross.Module2.InnerCrossModule2
@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
Attributes
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
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 * 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
- Inherited from:
- Module2
- 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
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- CrossValue
Attributes
- Definition Classes
-
CrossValue -> Module
- Inherited from:
- CrossValue
Attributes
- Inherited from:
- Module
Attributes
- Inherited from:
- Module
In this article