map
inline fun <Failure, InputValue, OutputValue> ProgressiveOutcome<Failure, InputValue>.map(transform: (InputValue) -> OutputValue): ProgressiveOutcome<Failure, OutputValue>(source)
If this outcome is successful, replaces its value using transform.
If this outcome isn't successful, does nothing.
See also
Map the failure state instead of the success state.