wrapAs

inline fun <E : Throwable, R> Result<R>.wrapAs(a: (Throwable) -> E): Result<R>(source)

See also