SimpleMapperRepo

constructor(keyFromToTo: suspend FromKey.() -> ToKey, valueFromToTo: suspend FromValue.() -> ToValue, keyToToFrom: suspend ToKey.() -> FromKey, valueToToFrom: suspend ToValue.() -> FromValue)(source)

Type Parameters

FromKey

The original key type

FromValue

The original value type

ToKey

The target key type

ToValue

The target value type