final class ZLayerMakeMacros extends LayerMacroUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZLayerMakeMacros
- LayerMacroUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- ZLayerMakeMacros → LayerMacroUtils
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeImpl[E, R0, R](layer: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(dummyKRemainder: scala.reflect.macros.blackbox.Context.Expr[DummyK[R0]], dummyK: scala.reflect.macros.blackbox.Context.Expr[DummyK[R]])(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 makeSomeImpl[E, R0, R](layer: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(dummyKRemainder: scala.reflect.macros.blackbox.Context.Expr[DummyK[R0]], dummyK: scala.reflect.macros.blackbox.Context.Expr[DummyK[R]])(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]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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 runWithImpl[R, E, A](layers: scala.reflect.macros.blackbox.Context.Expr[ZLayer[_, E, _]]*)(ev: scala.reflect.macros.blackbox.Context.Expr[IsSubtypeOfOutput[A, Unit]])(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[R]): scala.reflect.macros.blackbox.Context.Expr[ZIO[Any, E, Unit]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )