Packages

p

zio

macros

package macros

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. macros
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit final class ReloadableSyntax[Service] extends AnyVal
  2. trait ServiceReloader extends AnyRef

    A ServiceReloader is a "registry" of services, allowing services to be reloaded dynamically.

    A ServiceReloader is a "registry" of services, allowing services to be reloaded dynamically. You can create a reloadable version of your service by using the reloadable operator on ZLayer. Then just call ServiceLoader.reload to reload the service.

  3. macro class accessible[A] extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("enable macro paradise to expand macro annotations")
  4. macro class accessibleM[F[_]] extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("enable macro paradise to expand macro annotations")
  5. macro class accessibleMM[F[_, _]] extends Annotation with StaticAnnotation
    Annotations
    @compileTimeOnly("enable macro paradise to expand macro annotations")
  6. class throwing extends Annotation with StaticAnnotation

Value Members

  1. object ServiceReloader

Inherited from AnyRef

Inherited from Any

Ungrouped