StringHasSeqParStream

scala.collection.convert.StreamExtensions.StringHasSeqParStream
implicit class StringHasSeqParStream(s: String)

Attributes

Source
StreamExtensions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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.

Attributes

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.

Attributes

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.

Attributes

Source
StreamExtensions.scala

A sequential stream on the characters of a string.

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

Attributes

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.

Attributes

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.

Attributes

Source
StreamExtensions.scala