Packages

c

zio.ZLayer

ZLayerProvideSomeOps

implicit final class ZLayerProvideSomeOps[RIn, E, ROut] extends AnyVal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZLayerProvideSomeOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ZLayerProvideSomeOps(self: ZLayer[RIn, E, ROut])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def >+>[E1 >: E, RIn2 >: ROut, ROut1 >: ROut, ROut2](that: => ZLayer[RIn2, E1, ROut2])(implicit tagged: zio.EnvironmentTag[ROut2], trace: Trace): ZLayer[RIn, E1, ROut1 with ROut2]

    Feeds the output services of this layer into the input of the specified layer, resulting in a new layer with the inputs of this layer, and the outputs of both layers.

  5. def >+>[RIn2, E1 >: E, ROut2](that: => ZLayer[ROut with RIn2, E1, ROut2])(implicit tagged: zio.EnvironmentTag[ROut], tagged2: zio.EnvironmentTag[ROut2], trace: Trace): ZLayer[RIn with RIn2, E1, ROut with ROut2]

    Feeds the output services of this layer into the input of the specified layer, resulting in a new layer with the inputs of this layer, and the outputs of both layers.

  6. def >>>[E1 >: E, ROut2](that: => ZLayer[ROut, E1, ROut2])(implicit trace: Trace): ZLayer[RIn, E1, ROut2]

    Feeds the output services of this layer into the input of the specified layer, resulting in a new layer with the inputs of this layer as well as any leftover inputs, and the outputs of the specified layer.

  7. def >>>[RIn2, E1 >: E, ROut2](that: => ZLayer[ROut with RIn2, E1, ROut2])(implicit tag: zio.EnvironmentTag[ROut], trace: Trace): ZLayer[RIn with RIn2, E1, ROut2]

    Feeds the output services of this layer into the input of the specified layer, resulting in a new layer with the inputs of this layer as well as any leftover inputs, and the outputs of the specified layer.

  8. final def apply[R, E1 >: E, A](zio: ZIO[ROut with R, E1, A])(implicit ev1: zio.EnvironmentTag[R], ev2: zio.EnvironmentTag[ROut], ev3: zio.EnvironmentTag[RIn], trace: Trace): ZIO[RIn with R, E1, A]

    Provides an effect with part of its required environment, eliminating its dependency on the services output by this layer.

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped