Compiled

mill.javalib.api.internal.ZincCompilerBridgeProvider.AcquireResult.Compiled
final case class Compiled[+Path](bridgeJar: Path)

The compiler bridge is already compiled and can be run.

Value parameters

bridgeJar

The path to the compiled compiler bridge jar.

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