Would it be better to have the Stream.toList() use...
# getting-started
d
Would it be better to have the Stream.toList() use
collect(Collectors.toList())
rather than
toArray().toList()