java-design-patterns
java-design-patterns copied to clipboard
Java 17: Stream.toList()
Since Java 16, there is now the method Stream.toList() available. This allows us to write more concise code when using streams. Good tutorial is available at https://www.baeldung.com/java-stream-to-list-collecting
Acceptance criteria
- The repository code has been refactored to use the Stream.toList() method
Hi, I'll collaborate for this issue.
Hey @Ap284 ,are you still working on the issue?
Yes @ayushanand308, I am woking on build fix