Deferrer

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

Attributes

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

Members list

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.

Attributes

Source
LazyList.scala
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.

Attributes

Source
LazyList.scala