map

inline fun <R> map(block: (T) -> R): KmmResult<R>(source)

Transforms this KmmResult's success-case according to block and leaves the failure case untouched