Communicate

langoustine.lsp.Communicate
See theCommunicate companion object
trait Communicate[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def notification[X <: LSPNotification](notif: X, in: In): F[Unit]
def request[X <: LSPRequest](req: X, in: In): F[Out]
def shutdown: F[Unit]