scala.collection.convert.StreamExtensions.IntStreamHasToScala
Members listCopy the elements of this stream into a Scala collection.
Copy the elements of this stream into a Scala collection.
Converting a parallel streams to an scala.jdk.Accumulator using stream.toScala(Accumulator)
builds the result in parallel.
A toScala(Accumulator)
call automatically converts the IntStream
to a primitive scala.jdk.IntAccumulator.
When converting a parallel stream to a different Scala collection, the stream is first converted into an scala.jdk.Accumulator, which supports parallel building. The accumulator is then converted to the target collection. Note that the stream is processed eagerly while building the accumulator, even if the target collection is lazy.
Sequential streams are directly converted to the target collection. If the target collection is lazy, the conversion is lazy as well.
AttributesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4