Can I duplicate a Stream in Java 8?

后端 未结 8 2166
别跟我提以往
别跟我提以往 2020-12-08 04:03

Sometimes I want to perform a set of operations on a stream, and then process the resulting stream two different ways with other operations.

Can I do this without ha

8条回答
提交回复
热议问题