I would simplify as
```
return allOptionalJobsFuture
.thenApply(this::flattenOptionalCollection)
.thenApply(JobsOverview::create);
```[ Full content available at: https://github.com/apache/flink/pull/6702 ] This message was relayed via gitbox.apache.org for [email protected]
