scala.build.bsp.BspImpl
See theBspImpl companion object
final class BspImpl(argsToInputs: Seq[String] => Either[BuildException, Inputs], bspReloadableOptionsReference: Reference, threads: BspThreads, in: InputStream, out: OutputStream, actionableDiagnostics: Option[Boolean])(using x$7: ScalaCliInvokeData) extends Bsp
The implementation for Bsp.
Value parameters
- argsToInputs
-
a function transforming terminal args to Inputs
- bspReloadableOptionsReference
-
reference to the current instance of BspReloadableOptions
- in
-
the input stream of bytes
- out
-
the output stream of bytes
- threads
-
BSP threads
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article