Deferrer

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

Attributes

Source
LazyListIterable.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
Self type
Deferrer[A]^

Members list

Value members

Concrete methods

def #::[B >: A](elem: => B): LazyListIterable[B]^{this, elem}

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

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

Attributes

Source
LazyListIterable.scala
def #:::[B >: A](prefix: LazyListIterable[B]^): LazyListIterable[B]^{this, prefix}

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

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

Attributes

Source
LazyListIterable.scala