BloopCompilerMaker

final class BloopCompilerMaker(config: BloopRifleConfig, threads: BloopThreads, strictBloopJsonCheck: Boolean) extends ScalaCompilerMaker
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger): BloopCompiler

Inherited methods

final def withCompiler[T](workspace: Path, classesDir: Path, buildClient: BuildClient, logger: Logger)(f: ScalaCompiler => T): T
Inherited from:
ScalaCompilerMaker