DeltaStorage

replication.DeltaStorage
See theDeltaStorage companion trait
object DeltaStorage

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

enum Type

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def getStorage[State : JsonValueCodec](t: Type, getState: () => State)(using evidence$1: JsonValueCodec[State], Lattice[Payload[State]]): DeltaStorage[State]