rpc.macros

package rpc.macros

Members list

Type members

Classlikes

class RPCMethod[Q <: Quotes](using val quotes: Q)(val parentTypeRepr: quotes.reflect.TypeRepr, val symbol: quotes.reflect.Symbol)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object RPCMethod

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
RPCMethod.type
object experimental

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def finalReturnType(using Quotes)(typeRepr: x$1.reflect.TypeRepr): x$1.reflect.TypeRepr
inline def makeServiceCodec[Service]: ServiceCodec[Service]
def summonValueCodec[T : Type](implicit evidence$1: Type[T], Quotes): Expr[ReadWriter[T]]