ZIOAspectPoly

oxygen.zio.zioAspectHelpers$package.ZIOAspectPoly
object ZIOAspectPoly

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Impl extends ZIOAspectPoly

Primary purpose is that intellij auto-expansion of extends usually messes up zio: + zio.Trace and all the useless <: >:

Primary purpose is that intellij auto-expansion of extends usually messes up zio: + zio.Trace and all the useless <: >:

Attributes

Supertypes
trait ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
class Object
trait Matchable
class Any

Value members

Concrete methods

def fiberRefLocally[RefT](fiberRef: FiberRef[RefT])(f: RefT): ZIOAspectPoly
def fiberRefLocallyUIO[RefT](fiberRef: FiberRef[RefT])(f: UIO[RefT]): ZIOAspectPoly
def fiberRefLocallyWith[RefT](fiberRef: FiberRef[RefT])(f: RefT => RefT): ZIOAspectPoly
def fiberRefLocallyWithUIO[RefT](fiberRef: FiberRef[RefT])(f: RefT => UIO[RefT]): ZIOAspectPoly