PreparedRequest

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

Attributes

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

Members list

Type members

Types

type Out = x.Out

Attributes

Source
PreparedRequest.scala

Value members

Concrete fields

val in: x.In

Attributes

Source
PreparedRequest.scala
val x: X

Attributes

Source
PreparedRequest.scala