FsFlow.ValidationModule.map
Maps the successful value of a validation.
Parameters
mapper: A function of type'value -> 'next.validation: The sourceValidation.
Returns
A validation with the transformed success value.
Maps the successful value of a validation.
mapper: A function of type 'value -> 'next.validation: The source Validation.A validation with the transformed success value.