IntAccumulator (original) (raw)
scala.jdk.IntAccumulator
See theIntAccumulator companion class
Members list
A BiConsumer
that adds an element to an IntAccumulator
, suitable for use with java.util.stream.IntStream
's collect
method.
A BiConsumer
that adds an element to an IntAccumulator
, suitable for use with java.util.stream.IntStream
's collect
method.
Attributes
Source
A BiConsumer
that adds a boxed Int
to an IntAccumulator
, suitable for use with java.util.stream.Stream
's collect
method.
A BiConsumer
that adds a boxed Int
to an IntAccumulator
, suitable for use with java.util.stream.Stream
's collect
method.
Attributes
Source
Value parameters
it
Source collection
Attributes
Returns
A collection of type C
containing the same elements as the source collection it
.
Definition Classes
Source
A BiConsumer
that merges IntAccumulator
s, suitable for use with java.util.stream.IntStream
's collect
method.
A BiConsumer
that merges IntAccumulator
s, suitable for use with java.util.stream.IntStream
's collect
method. Suitable for Stream[Int]
also.
Attributes
Source
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
Attributes
Definition Classes
Source
A Supplier
of IntAccumulator
s, suitable for use with java.util.stream.IntStream
's collect
method.
A Supplier
of IntAccumulator
s, suitable for use with java.util.stream.IntStream
's collect
method. Suitable for Stream[Int]
also.
Attributes
Source
In this article