IsReloadableVersionSpecific

zio.IsReloadableVersionSpecific

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object IsReloadable.type

Members list

Concise view

Givens

Givens

inline given derived[A]: IsReloadable[A]

Generates a proxy instance of the specified service.

Generates a proxy instance of the specified service.

Attributes

A

The type of the service.

service

The zio.ScopedRef containing the service for which a proxy is to be generated.

Returns:

A proxy instance of the service that forwards ZIO method calls to the underlying service and allows the service to change its behavior at runtime.