RepositoryReader

edomata.backend.eventsourcing.RepositoryReader
See theRepositoryReader companion trait

Attributes

Companion
trait
Source
RepositoryReader.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_], S, E, R](journal: JournalReader[F, E], snapshot: SnapshotReader[F, S])(using F: Concurrent[F], m: ModelTC[S, E, R]): RepositoryReader[F, S, E, R]

Attributes

Source
RepositoryReader.scala