case class Concat [ A ]
extends View

A view that concatenates elements of the underlying collection with the elements of another collection or iterator.

Constructors

Concat ( underlying: Iterable [ A ] , other: IterableOnce [ A ] )

Members

val other : IterableOnce [ A ]
val underlying : Iterable [ A ]
def _1 : T1
def _2 : T2
def copy ( underlying: Iterable [ A ] , other: IterableOnce [ A ] ) : Concat [ A ]
def copy$default$1 : Iterable [ A ]
def copy$default$2 : IterableOnce [ A ]
def iterator : Iterator [ A ]
override def knownSize : Int

The number of elements in this collection, if it can be cheaply computed, -1 otherwise. Cheaply usually means: Not requiring a collection traversal.

The number of elements in this collection, if it can be cheaply computed, -1 otherwise. Cheaply usually means: Not requiring a collection traversal.