flatten
Flattens a nested KotlinResult.
Success ->
returns
the inner KotlinResult (which could be either a success or failure).Failure ->
returns
a new KotlinResult with original exception from the outer KotlinResult.
Flattens a nested KotlinResult.
Success ->returns
the inner KotlinResult (which could be either a success or failure).
Failure ->returns
a new KotlinResult with original exception from the outer KotlinResult.