implicit final class ZServiceBuilderPassthroughOps[RIn, E, ROut] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZServiceBuilderPassthroughOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZServiceBuilderPassthroughOps(self: ZServiceBuilder[RIn, E, ROut])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def passthrough(implicit ev: Union[RIn, ROut], tag: zio.Tag[ROut], trace: ZTraceElement): ZServiceBuilder[RIn, E, RIn with ROut]
Returns a new service builder that produces the outputs of this service builder but also passes through the inputs.
- def toString(): String
- Definition Classes
- Any