InMemorySnapshotStore

works.iterative.event.impl.InMemorySnapshotStore
See theInMemorySnapshotStore companion object
class InMemorySnapshotStore[Id, T](data: Ref[Map[Id, T]]) extends SnapshotStore[Id, T]

Attributes

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

Members list

Type members

Inherited types

type Op[A] = UIO[A]

Attributes

Inherited from:
SnapshotStore

Value members

Concrete methods

override def get(id: Id): UIO[Option[T]]

Attributes

Definition Classes
override def update(id: Id, snapshot: T): UIO[Unit]

Attributes

Definition Classes