interface Mapper<F, T>
Helper class to transforms a specific input to desired object output, implementing for that all operations required to transform.
Mapping object.
abstract suspend fun map(from: F): T