BloopCompilerMaker

scala.build.compiler.BloopCompilerMaker
final class BloopCompilerMaker(getConfig: BuildOptions => Either[BuildException, BloopRifleConfig], threads: BloopThreads, strictBloopJsonCheck: Boolean, offline: Boolean) extends ScalaCompilerMaker

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def create(workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger, buildOptions: BuildOptions): Either[BuildException, ScalaCompiler]

Inherited methods

final def withCompiler[T](workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger, buildOptions: BuildOptions)(f: ScalaCompiler => Either[BuildException, T]): Either[BuildException, T]

Attributes

Inherited from:
ScalaCompilerMaker