ReadKeyValuesFromKeyValueRepo

constructor(original: ReadKeyValueRepo<Key, ValuesIterable>)(source)

Parameters

original

The underlying ReadKeyValueRepo mapping keys to iterables of values

Type Parameters

Key

The type of keys

Value

The type of individual values within each iterable

ValuesIterable

The iterable type storing multiple values per key