o

io.github.shogowada.scala.jsonrpc

JsonRpcServerAndClientMacro

object JsonRpcServerAndClientMacro

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonRpcServerAndClientMacro
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def bindAPI[API](c: Context)(api: scala.reflect.macros.blackbox.Context.Expr[API])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[API]): scala.reflect.macros.blackbox.Context.Expr[Unit]
  2. def createAPI[API](c: Context)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[API]): scala.reflect.macros.blackbox.Context.Expr[API]
  3. def receiveAndSend(c: Context)(json: scala.reflect.macros.blackbox.Context.Expr[String]): scala.reflect.macros.blackbox.Context.Expr[Future[Unit]]