Macros

stubby.Macros
object Macros

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Macros.type

Members list

Value members

Concrete methods

def getMethod[Service : Type, Output : Type](using Quotes)(select: Expr[Service => Output]): x$1.reflect.Symbol
def stubImpl[Service : Type, Output : Type](select: Expr[Service => Output], result: Expr[Output])(implicit evidence$1: Type[Service], evidence$2: Type[Output], Quotes): Expr[URIO[Stubbed[Service], Unit]]
def stubbedImpl[Service : Type](implicit evidence$1: Type[Service], Quotes): Expr[ULayer[Service & Stubbed[Service]]]