UpdateService

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

Value members

Concrete methods

def apply[R1 <: R & Has[M]](f: M => M)(implicit ev: IsHas[R1], tag: Tag[M]): ZIO[R1, E, A]