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 immutable iterable collection with the specified elements.
Concatenates all argument collections into a single immutable iterable collection.
An empty collection of type immutable.Iterable[A]
Produces a five-dimensional immutable iterable collection containing the results of some element computation a number of times.
Produces a four-dimensional immutable iterable collection containing the results of some element computation a number of times.
Produces a three-dimensional immutable iterable collection containing the results of some element computation a number of times.
Produces a two-dimensional immutable iterable collection containing the results of some element computation a number of times.
Produces a immutable iterable collection containing the results of some element computation a number of times.
Produces a immutable iterable collection containing repeated applications of a function to a start value.
The default builder for immutable.Iterable
objects.
Produces a immutable iterable collection containing equally spaced values in some integer interval.
Produces a immutable iterable collection containing a sequence of increasing of integers.
Produces a five-dimensional immutable iterable collection containing values of a given function over ranges of integer values starting from 0.
Produces a four-dimensional immutable iterable collection containing values of a given function over ranges of integer values starting from 0.
Produces a three-dimensional immutable iterable collection containing values of a given function over ranges of integer values starting from 0.
Produces a two-dimensional immutable iterable collection containing values of a given function over ranges of integer values starting from 0.
Produces a immutable iterable collection containing values of a given function over a range of integer values starting from 0.
This object provides a set of operations to create
immutable.Iterable
values.version
2.8
authors:
Martin Odersky