Use getFirst()
instead of stream().findFirst().orElseThrow()
#403
Merged
timtebeek merged 3 commits intomainfrom stream-findFirst-orElseThrow-to-getFirstJan 26, 2024
+177-17
getFirst()
instead of stream().findFirst().orElseThrow()
#403