ProvideSomeLayer

final class ProvideSomeLayer[R0, -R, +E, +A](self: ZStream[R, E, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[E1 >: E, R1](layer: => ZLayer[R0, E1, R1])(implicit ev: R0 & R1 <:< R, tagged: Tag[R1], trace: Trace): ZStream[R0, E1, A]