Deferrer (original) (raw)

scala.collection.immutable.Stream.Deferrer

Members list

Construct a Stream consisting of a given first element followed by elements from another Stream.

Construct a Stream consisting of a given first element followed by elements from another Stream.

Attributes

Source

Stream.scala

Construct a Stream consisting of the concatenation of the given Stream and another Stream.

Construct a Stream consisting of the concatenation of the given Stream and another Stream.

Attributes

Source

Stream.scala

In this article