package macros
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- macros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit final class ReloadableSyntax[Service] extends AnyVal
- trait ServiceReloader extends AnyRef
A
ServiceReloaderis a "registry" of services, allowing services to be reloaded dynamically.A
ServiceReloaderis a "registry" of services, allowing services to be reloaded dynamically. You can create a reloadable version of your service by using thereloadableoperator onZLayer. Then just callServiceLoader.reloadto reload the service. - macro class accessible[A] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly("enable macro paradise to expand macro annotations")
- macro class accessibleM[F[_]] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly("enable macro paradise to expand macro annotations")
- macro class accessibleMM[F[_, _]] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly("enable macro paradise to expand macro annotations")
- class throwing extends Annotation with StaticAnnotation
Value Members
- object ServiceReloader