iakunin/codexia-bot

Use Streams in JpaRepositories

Closed this issue · 2 comments


  • All the Set<> and List<> must be replaced with Stream<>.
  • Also proper exception handling during stream processing is required (will be done in #93).
0pdd commented

@iakunin the puzzle #205 is still not solved.

0pdd commented

@iakunin the only puzzle #205 is solved here.