ZRef

object ZRef extends Serializable
Companion:
class
class Object
trait Matchable
class Any
ZRef.type

Type members

Classlikes

final implicit class UnifiedSyntax[+E, A](self: ERef[E, A]) extends AnyVal

Value members

Concrete methods

def make[A](a: A): UIO[Ref[A]]

Creates a new ZRef with the specified value.

Creates a new ZRef with the specified value.

def makeManaged[A](a: A): Managed[Nothing, Ref[A]]

Creates a new managed ZRef with the specified value

Creates a new managed ZRef with the specified value

Implicits

Implicits

final implicit def UnifiedSyntax[E, A](self: ERef[E, A]): UnifiedSyntax[E, A]