NotCompiled

mill.javalib.api.internal.ZincCompilerBridgeProvider.AcquireResult.NotCompiled
final case class NotCompiled[+Path](classpath: Seq[Path], bridgeSourcesJar: Path)

The compiler bridge is not compiled yet and needs to be compiled.

Value parameters

bridgeSourcesJar

The path to the compiler bridge sources jar.

classpath

The classpath to use to compile the compiler bridge.

Attributes

Source
ZincCompilerBridgeProvider.scala

Members list

Value members

Inherited methods

def fullClasspath: Vector[Path]

Attributes

Inherited from:
AcquireResult
Source
ZincCompilerBridgeProvider.scala
def map[B](f: Path => B): AcquireResult[B]

Attributes

Inherited from:
AcquireResult
Source
ZincCompilerBridgeProvider.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