purecsv.safe.converter
Converter from/to String
The initial value
a converted to the type B
if a cannot be converted to B
The starting value from which we try the conversion to A
A value of type A wrapped in Success if the conversion is successful else Failure with the error
b converted to the type A
if b cannot be converted to A
Converter from/to String