works.iterative.event.impl

Members list

Type members

Classlikes

class InMemoryEventStore[Id, T <: Event[_]](data: Ref[Map[Id, List[T]]]) extends EventStore[Id, T]

Attributes

Companion
object
Supertypes
trait EventStore[Id, T]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class InMemorySnapshotStore[Id, T](data: Ref[Map[Id, T]]) extends SnapshotStore[Id, T]

Attributes

Companion
object
Supertypes
trait SnapshotStore[Id, T]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type