mapWithMappingException

inline fun <V, V2> V.mapWithMappingException(mapper: (V) -> V2): V2
inline fun <V, V2> List<V>.mapWithMappingException(mapper: (V) -> V2): List<V2>