ScopedPartiallyApplied

zio.managed.ZManaged.ScopedPartiallyApplied
final class ScopedPartiallyApplied[R](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[E, A](scoped: => ZIO[Scope & R, E, A])(implicit trace: Trace): ZManaged[R, E, A]