Repository

edomata.backend.eventsourcing.Repository
trait Repository[F[_], S, E, R, N]

Attributes

Source:
Repository.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CachedRepository[F, S, E, R, N]

Members list

Concise view

Value members

Abstract methods

def load(cmd: CommandMessage[_]): F[CommandState[S, E, R]]

Attributes

Source:
Repository.scala

Attributes

Source:
Repository.scala