Compiled

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

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product