UpdateService

final class UpdateService[-Env, -InErr, -InElem, -InDone, +OutErr, +OutElem, +OutDone, Service](self: ZChannel[Env, InErr, InElem, InDone, OutErr, OutElem, OutDone]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[Env1 <: Env & Service](f: Service => Service)(implicit tag: Tag[Service], trace: Trace): ZChannel[Env1, InErr, InElem, InDone, OutErr, OutElem, OutDone]