Repository

edomata.backend.cqrs.Repository
trait Repository[F[_], S, E] extends RepositoryReader[F, S]

Attributes

Source
Repository.scala
Graph
Supertypes
trait RepositoryReader[F, S]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
Repository.scala

Attributes

Source
Repository.scala

Attributes

Source
Repository.scala

Inherited methods

def get(id: StreamId): F[AggregateState[S]]

Attributes

Inherited from:
RepositoryReader
Source
RepositoryReader.scala