map

inline fun <T, R> Outcome<T>.map(transform: (T) -> R): Outcome<R>