Packages

c

zio.ZLayer

ZLayerHasROutOps

implicit final class ZLayerHasROutOps[RIn, E, ROut <: Has[_]] extends AnyVal

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

Instance Constructors

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

Value Members

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

    Combines this layer with the specified layer, producing a new layer that has the inputs of both layers, and the outputs of both layers.

  5. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def toString(): String
    Definition Classes
    Any
  10. def update[A](f: (A) ⇒ A)(implicit arg0: zio.Tagged[A], ev: <:<[ROut, Has[A]]): ZLayer[RIn, E, ROut]

    Updates one of the services output by this layer.

Inherited from AnyVal

Inherited from Any

Ungrouped