BspServerResult

mill.api.internal.BspServerResult
See theBspServerResult companion trait

Attributes

Companion
trait
Source
BspServerResult.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

@Scaladoc(value = "/** The session or the server ended with a failure. */")
object Failure extends BspServerResult

The session or the server ended with a failure.

The session or the server ended with a failure.

Attributes

Source
BspServerResult.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Failure.type
@Scaladoc(value = "/** The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup. */")

The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup.

The session was to give mill a change to restart a new BSP session, which is required to load changes to the build setup.

Attributes

Source
BspServerResult.scala
Supertypes
class Object
trait Matchable
class Any
Self type
@Scaladoc(value = "/** The session or the server ended successfully. */")
object Shutdown extends BspServerResult

The session or the server ended successfully.

The session or the server ended successfully.

Attributes

Source
BspServerResult.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Shutdown.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala