map

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

Returns the encapsulated result of the given transform function applied to the encapsulated value if this instance represents Success or the unmodified copy if it is Failure.