Closed operando closed 7 years ago
collect(Collectors.toList())
Stream.toList()
:eyes:
Cool! 🆒 I didn't know this! Thanks! 📝
LGTM!!
Issue
Overview (Required)
collect(Collectors.toList())
toStream.toList()
.Stream.toList()
which can be much faster and convenient thancollect(Collectors.toList())
!!collect(Collectors.toList())
, so it can be faster by reducing method calls.Links