KeyValueFromKeyValuesRepo

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

Parameters

original

The underlying KeyValuesRepo to delegate operations to

Type Parameters

Key

The type of keys

Value

The type of individual values in the one-to-many repo