Deferrer

final class Deferrer[A] extends AnyVal
class AnyVal
trait Matchable
class Any

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.

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.

Source:
Stream.scala