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

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.Tag[ROut2], trace: ZTraceElement): 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.Tag[ROut], tagged2: zio.Tag[ROut2], trace: ZTraceElement): 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: ZTraceElement): ZLayer[RIn, E1, ROut2]

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

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

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

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

Inherited from AnyVal

Inherited from Any

Ungrouped