EntityUpdateService

works.iterative.entity.EntityUpdateService
trait EntityUpdateService[Id, Command, Event, State]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait EntityService[Id, Command, Event, State, Init]

Members list

Type members

Types

type Op[A] = ZIO[CurrentUser, AggregateError[Id, Command, Event, State], A]

Value members

Abstract methods

def update(id: Id, command: Command): Op[Unit]