| Supertypes |
|---|
A parallel stream on the characters of a string. See also asJavaParCodePointStream.
A parallel stream on the code points of a string. See also asJavaParCharStream.
A parallel stream on the characters of a string, same as asJavaParCharStream. See also asJavaParCodePointStream.
A sequential stream on the characters of a string. See also asJavaSeqCodePointStream.
A sequential stream on the code points of a string. See also asJavaSeqCharStream.
A sequential stream on the characters of a string, same as asJavaSeqCharStream. See also asJavaSeqCodePointStream.
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/convert/StreamExtensions$StringHasSeqParStream.html