Class

zio.ZLayer

ZLayerProvideSomeOps

Related Doc: package ZLayer

Permalink

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. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  10. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped