StringHasSeqParStream

implicit class StringHasSeqParStream(s: String)
class Object
trait Matchable
class Any

Value members

Concrete methods

A parallel stream on the characters of a string.

A parallel stream on the characters of a string. See also asJavaParCodePointStream.

Source:
StreamExtensions.scala

A parallel stream on the code points of a string.

A parallel stream on the code points of a string. See also asJavaParCharStream.

Source:
StreamExtensions.scala

A parallel stream on the characters of a string, same as asJavaParCharStream.

A parallel stream on the characters of a string, same as asJavaParCharStream. See also asJavaParCodePointStream.

Source:
StreamExtensions.scala

A sequential stream on the characters of a string.

A sequential stream on the characters of a string. See also asJavaSeqCodePointStream.

Source:
StreamExtensions.scala

A sequential stream on the code points of a string.

A sequential stream on the code points of a string. See also asJavaSeqCharStream.

Source:
StreamExtensions.scala

A sequential stream on the characters of a string, same as asJavaSeqCharStream.

A sequential stream on the characters of a string, same as asJavaSeqCharStream. See also asJavaSeqCodePointStream.

Source:
StreamExtensions.scala