UpdateService

zio.stm.ZSTM$.UpdateService
final class UpdateService[-R, +E, +A, M](self: ZSTM[R, E, A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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