ReadCRUDFromKeyValueRepo

constructor(original: ReadKeyValueRepo<IdType, RegisteredType>)(source)

Parameters

original

The underlying ReadKeyValueRepo to delegate operations to

Type Parameters

RegisteredType

The type of objects stored in the repository

IdType

The type of identifiers (keys) used to reference stored objects