Flow.flattenOptional
Collect the value of Optional from all the elements passing through this flow , empty Optional is filtered out.
Signature
Flow.flattenOptionalFlow.flattenOptional
Description
Streams the elements through the given future flow once it successfully completes. If the future fails the stream is failed.