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

Concise view

Value members

Abstract methods

Attributes

Source:
Repository.scala

Attributes

Source:
Repository.scala

Attributes

Source:
Repository.scala

Inherited methods

Attributes

Inherited from:
RepositoryReader
Source:
RepositoryReader.scala