Constant

mill.define.CrossVersion.Constant
final case class Constant(value: String, platformed: Boolean)

Attributes

Source
CrossVersion.scala

Members list

Value members

Inherited methods

def isBinary: Boolean

Attributes

Inherited from:
CrossVersion
Source
CrossVersion.scala
def isConstant: Boolean

Attributes

Inherited from:
CrossVersion
Source
CrossVersion.scala
def isFull: Boolean

Attributes

Inherited from:
CrossVersion
Source
CrossVersion.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
@Scaladoc(value = "/** The string that should be appended to the module name to get the artifact name */")
def suffixString(binaryVersion: String, fullVersion: String, platformSuffix: String): String

The string that should be appended to the module name to get the artifact name

The string that should be appended to the module name to get the artifact name

Attributes

Inherited from:
CrossVersion
Source
CrossVersion.scala