recover

inline fun recover(transform: (SolidError) -> T): SolidResult<T>

Recovers a failure to a success value; a success passes through unchanged.