Transforms the Map with fail-able conversion mapper.
Map
mapper
Function to transform into W, but fail-able. If it returned Err, the value will be collected to errors.
W
Err
errors
Two Maps, error values and ok values.
Generated using TypeDoc
Transforms the
Map
with fail-able conversionmapper
.