I’m looking at the docs for the IntStream
, and I see an toArray
method, but no way to go directly to a List<Integer>
Surely there is a way to convert a Stream
to a List
?
I’m looking at the docs for the IntStream
, and I see an toArray
method, but no way to go directly to a List<Integer>
Surely there is a way to convert a Stream
to a List
?