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