You can use flatMap to flatten the internal lists (after converting them to Streams) into a single Stream, and then collect the result into a list: List.
確定! 回上一頁