java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Java 17: Stream.toList()

Open iluwatar opened this issue 3 years ago • 3 comments

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

iluwatar avatar Dec 02 '22 06:12 iluwatar

Hi, I'll collaborate for this issue.

Ap284 avatar Dec 02 '22 06:12 Ap284

Hey @Ap284 ,are you still working on the issue?

ayushanand308 avatar Dec 06 '22 06:12 ayushanand308

Yes @ayushanand308, I am woking on build fix

Ap284 avatar Dec 06 '22 06:12 Ap284