ServiceWithPipelinePartiallyApplied

zio.stream.ZPipeline.ServiceWithPipelinePartiallyApplied
final class ServiceWithPipelinePartiallyApplied[Service](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Env <: Service, Err, In, Out](f: Service => ZPipeline[Env, Err, In, Out])(implicit tag: Tag[Service], trace: Trace): ZPipeline[Env & Service, Err, In, Out]