| Package | Description |
|---|---|
| java8.util.stream |
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
|
| Modifier and Type | Method and Description |
|---|---|
static LongStream.Builder |
LongStreams.J8Builder.add(LongStream.Builder this_,
long t)
Adds an element to the stream being built.
|
static LongStream.Builder |
LongStreams.builder()
Returns a builder for a
LongStream. |
| Modifier and Type | Method and Description |
|---|---|
static LongStream.Builder |
LongStreams.J8Builder.add(LongStream.Builder this_,
long t)
Adds an element to the stream being built.
|