Spłaszczenie strumienia strumieni
Stream<Stream<Object>> objectStreams = //whatever Stream<Object> flatMappedStream = objectStreams.flatMap(Function.identity());