Instance Constructors
-
new
SpecLayerMacros(c: Context)
Type Members
-
type
LayerExpr = scala.reflect.macros.Universe.Expr[ZLayer[_, _, _]]
-
implicit
class
TypeOps extends AnyRef
-
type
ZSpec[-R, +E, +T] = Spec[R, E]
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
clone(): AnyRef
-
def
constructLayer[R0, R, E](layers: Seq[scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]], provideMethod: ProvideMethod)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R0], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[ZLayer[R0, E, R]]
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
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
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
provideBaseImpl[F[_, _, _], R0, R, E, A](layers: Seq[scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]], method: String, provideMethod: ProvideMethod)(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](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]]
-
def
provideSharedImpl[R, E](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]]
-
def
provideSomeSharedImpl[R0, R, E](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]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
validate[Provided, Required](spec: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[Provided], arg1: scala.reflect.macros.blackbox.Context.WeakTypeTag[Required]): scala.reflect.macros.blackbox.Context.Tree
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit