map

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

Transforms the Success value with transform, propagating failures unchanged.