package macros
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- macros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... )
-
macro
class
accessibleM[F[_]] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
-
macro
class
accessibleMM[F[_, _]] extends Annotation with StaticAnnotation
- Annotations
- @compileTimeOnly( ... )
- class throwing extends Annotation with StaticAnnotation
Value Members
- object ServiceReloader