SyntaxFix
Write A Post
Hire A Developer
Questions
not exactly, but you may be able to accomplish what you need by invoking Collectors.groupingBy(). you create a new Collection, and can then instantiate streams on that new collection.
Collectors.groupingBy()