Deferrer

scala.collection.immutable.Stream.Deferrer
final class Deferrer[A] extends AnyVal

Attributes

Source
Stream.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def #::[B >: A](elem: B): Stream[B]

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
def #:::[B >: A](prefix: Stream[B]): Stream[B]

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