flatten
fun <Failure, Value> Progressive<Outcome<Failure, Value>>.flatten(): ProgressiveOutcome<Failure, Value>(source)
Converts an Outcome nested in a Progressive into a ProgressiveOutcome.
See also
Reverse operation.
Converts an Outcome nested in a Progressive into a ProgressiveOutcome.
Reverse operation.