UpdateService

final class UpdateService[-R, +E, +A, M](self: ZStream[R, E, A]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[R1 <: R & M](f: M => M)(implicit tag: Tag[M], trace: Trace): ZStream[R1, E, A]