Members list
Type members
Classlikes
Wraps another FiberRef and delegates all operations to it. Extend this if
you need a FiberRef with some specific behavior overridden.
Wraps another FiberRef and delegates all operations to it. Extend this if
you need a FiberRef with some specific behavior overridden.
Attributes
- Graph
- Supertypes
- Known subtypes
- class TrackingFiberRef[A]
Value members
Concrete methods
Creates a new FiberRef with given initial value.
Creates a new FiberRef with given initial value.
Attributes
Creates a new FiberRef with specified initial value of the
ZEnvironment, using ZEnvironment.Patch to combine updates to the
ZEnvironment in a compositional way.
Creates a new FiberRef with specified initial value of the
ZEnvironment, using ZEnvironment.Patch to combine updates to the
ZEnvironment in a compositional way.
Attributes
Creates a new FiberRef with the specified initial value, using the
specified patch type to combine updates to the value in a compositional
way.
Creates a new FiberRef with the specified initial value, using the
specified patch type to combine updates to the value in a compositional
way.