Instance Constructors
- new SpecLayerMacros(c: Context)
Type Members
- type LayerExpr = scala.reflect.macros.Universe.Expr[ZLayer[_, _, _]]
- implicit class TreeOps extends AnyRef
- implicit class TypeOps extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def assertProperVarArgs(layer: Seq[scala.reflect.macros.blackbox.Context.Expr[_]]): Unit
- def buildMemoizedLayer(exprGraph: ZLayerExprBuilder[scala.reflect.macros.blackbox.Context.Type, LayerExpr], requirements: List[scala.reflect.macros.blackbox.Context.Type]): LayerExpr
- val c: Context
- def clone(): AnyRef
- def constructLayer[R0, R, E](layer0: Seq[scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R0], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[ZLayer[Any, E, R]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- def generateExprGraph(nodes: List[Node[scala.reflect.macros.blackbox.Context.Type, LayerExpr]]): ZLayerExprBuilder[scala.reflect.macros.blackbox.Context.Type, LayerExpr]
- def generateExprGraph(layer: Seq[LayerExpr]): ZLayerExprBuilder[scala.reflect.macros.blackbox.Context.Type, LayerExpr]
- final def getClass(): Class[_ <: AnyRef]
- def getNode(layer: LayerExpr): Node[scala.reflect.macros.blackbox.Context.Type, LayerExpr]
- def getRequirements(tpe: scala.reflect.macros.Universe.Type): List[scala.reflect.macros.blackbox.Context.Type]
- def getRequirements[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): List[scala.reflect.macros.blackbox.Context.Type]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def provideBaseImpl[F[_, _, _], R0, R, E, A](layer: Seq[scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]], method: String)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R0], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[F[R0, E, A]]
- def provideCustomSharedImpl[R, E, A](layer: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[Spec[TestEnvironment, E, A]]
- def provideSharedImpl[R, E, A](layer: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[Spec[Any, E, A]]
- def provideSomeSharedImpl[R0, R, E, A](layer: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R0], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[Spec[R0, E, A]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit