EntityServiceAccessor

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

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

Value members

Concrete methods

inline def delegate[A](inline f: R => ZIO[CurrentUser, AggregateError[Id, Command, Event, State], A]): Op[A]