ScopedEnvironmentPartiallyApplied

zio.ZLayer.ScopedEnvironmentPartiallyApplied
final implicit class ScopedEnvironmentPartiallyApplied[R](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[E, A](zio: => ZIO[Scope & R, E, ZEnvironment[A]])(implicit trace: Trace): ZLayer[R, E, A]