Join Slack
Powered by
Would it be better to have the Stream.toList() use...
# getting-started
d
dean
08/04/2016, 5:00 PM
Would it be better to have the Stream.toList() use
collect(Collectors.toList())
rather than
toArray().toList()
Open in Slack
Previous
Next