class SpecLayerMacros extends LayerMacroUtils
- Alphabetic
- By Inheritance
- SpecLayerMacros
- LayerMacroUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertProperVarArgs(layer: Seq[scala.reflect.macros.Universe.Expr[_]]): Unit
- Definition Classes
- LayerMacroUtils
- val c: Context
- Definition Classes
- SpecLayerMacros → LayerMacroUtils
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def constructLayer[R0, R, E](layers: Seq[LayerExpr], provideMethod: ProvideMethod)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[R0], arg1: scala.reflect.macros.Universe.WeakTypeTag[R]): scala.reflect.macros.Universe.Expr[ZLayer[R0, E, R]]
- Definition Classes
- LayerMacroUtils
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getNode(layer: LayerExpr): Node[scala.reflect.macros.Universe.Type, LayerExpr]
Converts a LayerExpr to a Node annotated by the Layer's input and output types.
Converts a LayerExpr to a Node annotated by the Layer's input and output types.
- Definition Classes
- LayerMacroUtils
- def getRequirements(tpe: scala.reflect.macros.Universe.Type): List[scala.reflect.macros.Universe.Type]
- Definition Classes
- LayerMacroUtils
- def getRequirements[T](implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[T]): List[scala.reflect.macros.Universe.Type]
- Definition Classes
- LayerMacroUtils
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def provideBaseImpl[F[_, _, _], R0, R, E, A](layers: Seq[LayerExpr], method: String, provideMethod: ProvideMethod)(implicit arg0: scala.reflect.macros.Universe.WeakTypeTag[R0], arg1: scala.reflect.macros.Universe.WeakTypeTag[R]): scala.reflect.macros.Universe.Expr[F[R0, E, A]]
- Definition Classes
- LayerMacroUtils
- 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
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()