ZManagedRefCompanionSyntax

zio.managed.package$.ZManagedRefCompanionSyntax
final implicit class ZManagedRefCompanionSyntax(self: Ref.type) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def makeManaged[A](a: A)(implicit trace: Trace): ZManaged[Any, Nothing, Ref[A]]