ZLayerSyntax

implicit implicit class ZLayerSyntax[RIn, E, ROut <: AspectSupport[ROut]](layer: ZLayer[RIn, E, ROut])(implicit evidence$1: Tag[ROut], evidence$2: IsNotIntersection[ROut])
class Object
trait Matchable
class Any

Value members

Concrete methods

def @@[RIn1 <: RIn : Tag](aspect: AwsCallAspect[RIn1]): ZLayer[RIn1, E, ROut]