Binary

mill.scalalib.CrossVersion.Binary
See theBinary companion object
case class Binary(platformed: Boolean) extends CrossVersion

Attributes

Companion
object
Source
Dep.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CrossVersion
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def isBinary: Boolean

Attributes

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

Attributes

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

Attributes

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