Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait FiberRefModificationR[Any]trait ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Runs the specified effect using FiberRef.locally/FiberRef.locallyWith
Runs the specified effect using FiberRef.locally/FiberRef.locallyWith
Attributes
- Definition Classes
-
FiberRefModificationR -> ZIOAspect
Updates the FiberRef using FiberRef.set/FiberRef.update, with no expectation of it being set back.
Updates the FiberRef using FiberRef.set/FiberRef.update, with no expectation of it being set back.
Attributes
- Definition Classes
Updates the FiberRef using FiberRef.locallyScoped/FiberRef.locallyScopedWith, where it will be set back when the scope is closed.
Updates the FiberRef using FiberRef.locallyScoped/FiberRef.locallyScopedWith, where it will be set back when the scope is closed.
Attributes
- Definition Classes
Concrete methods
Inherited methods
Attributes
- Inherited from:
- FiberRefModificationR
Attributes
- Inherited from:
- ZIOAspect
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Attributes
- Inherited from:
- ZIOAspect
Attributes
- Inherited from:
- ZIOAspect
Returns a new aspect that flips the behavior it applies to error and success channels. If the old aspect affected success values in some way, then the new aspect will affect error values in the same way.
Returns a new aspect that flips the behavior it applies to error and success channels. If the old aspect affected success values in some way, then the new aspect will affect error values in the same way.
Attributes
- Inherited from:
- ZIOAspect
Attributes
- Inherited from:
- FiberRefModificationR