UpdateServiceAt

final class UpdateServiceAt[-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 & Map[Key, Service], Key](key: => Key)(f: Service => Service)(implicit tag: Tag[Map[Key, Service]], trace: Trace): ZChannel[Env1, InErr, InElem, InDone, OutErr, OutElem, OutDone]