CustomNotification

langoustine.lsp.requests.CustomNotification
abstract class CustomNotification[I](method: String)(using ir: ReadWriter[I]) extends LSPNotification

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

override type In = I

Value members

Inherited methods

Attributes

Inherited from:
LSPNotification

Inherited fields

val notificationMethod: String

Attributes

Inherited from:
LSPNotification

Givens

Givens

override given inputReader: Reader[In]
override given inputWriter: Writer[In]