StringHasSeqParStream

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

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

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes