Mapper Repo
Interface for repositories that provide bidirectional mapping between two sets of key-value types. This is useful for adapting repositories to work with different key and value types.
Type Parameters
From Key
The original key type (inner/source)
From Value
The original value type (inner/source)
To Key
The target key type (outer/destination)
To Value
The target value type (outer/destination)