Flow.flattenOptional
Collect the value of Optional
from all the elements passing through this flow , empty Optional
is filtered out.
Signature¶
Description¶
Streams the elements through the given future flow once it successfully completes. If the future fails the stream is failed.
Reactive Streams semantics¶
1.2.0-M1+35-3d489313*