works.iterative.event.impl
package 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
object InMemoryEventStore
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InMemoryEventStore.type
class InMemorySnapshotStore[Id, T](data: Ref[Map[Id, T]]) extends SnapshotStore[Id, T]
Attributes
- Companion
- object
- Supertypes
object InMemorySnapshotStore
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article