ReadKeyValueFromCRUDRepo

constructor(original: ReadCRUDRepo<Value, Key>)(source)

Parameters

original

The underlying ReadCRUDRepo to delegate operations to

Type Parameters

Key

The type of keys (maps to ReadCRUDRepo ID type)

Value

The type of values (maps to ReadCRUDRepo object type)