PreparedNotification

langoustine.lsp.PreparedNotification
class PreparedNotification[X <: LSPNotification](val x: X, val in: x.In)

Attributes

Source
PreparedNotification.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type In = x.In

Attributes

Source
PreparedNotification.scala

Value members

Concrete fields

val in: x.In

Attributes

Source
PreparedNotification.scala
val x: X

Attributes

Source
PreparedNotification.scala