Helper class to transforms a specific input to desired object output, implementing for that all operations required to transform.
interface Mapper<F, T>