explode
fun <Failure, Value> ProgressiveOutcome<Failure, Value>.explode(): Progressive<Outcome<Failure, Value>?>(source)
Converts a ProgressiveOutcome into a Progressive.
In the case where in the input ProgressiveOutcome is Incomplete, null
is returned.
See also
Reverse operation.