Deferrer

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

Value members

Concrete methods

def #::[B >: A](elem: => B): LazyList[B]

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

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

def #:::[B >: A](prefix: LazyList[B]): LazyList[B]

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

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