This documentation regards version 2.10.4+3-f7095f01-SNAPSHOT, however the current version is 2.10.4.
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.