Communicate

trait Communicate[F[_]]
Companion:
object
Source:
LSPBuilder.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

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