Closed hhenrichsen closed 3 years ago
Provide the means to convert one thing into another, and a registry so we only have to write them in one place.
Conversion<I, F>
I
F
Provide the means to convert one thing into another, and a registry so we only have to write them in one place.
Conversion<I, F>
class that convertsI
intoF
, preferably in a functional way.