The underlying collection type with unknown element type
A generic implementation of the CanBuildFrom
trait, which forwards
all calls to apply(from)
to the genericBuilder
method of
collection from
, and which forwards all calls of apply()
to the
newBuilder
method of this factory.
Creates a collection with the specified elements.
Concatenates all argument collections into a single collection.
An empty collection of type Traversable[A]
Produces a five-dimensional collection containing the results of some element computation a number of times.
Produces a four-dimensional collection containing the results of some element computation a number of times.
Produces a three-dimensional collection containing the results of some element computation a number of times.
Produces a two-dimensional collection containing the results of some element computation a number of times.
Produces a collection containing the results of some element computation a number of times.
Produces a collection containing repeated applications of a function to a start value.
The default builder for Traversable
objects.
Produces a collection containing equally spaced values in some integer interval.
Produces a collection containing a sequence of increasing of integers.
Produces a five-dimensional collection containing values of a given function over ranges of integer values starting from 0.
Produces a four-dimensional collection containing values of a given function over ranges of integer values starting from 0.
Produces a three-dimensional collection containing values of a given function over ranges of integer values starting from 0.
Produces a two-dimensional collection containing values of a given function over ranges of integer values starting from 0.
Produces a collection containing values of a given function over a range of integer values starting from 0.
This method is called in a pattern match { case Seq(.