Constant

mill.api.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]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala
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