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