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 IntStream.Builder |
IntStreams.J8Builder.add(IntStream.Builder this_,
int t)
Adds an element to the stream being built.
|
static IntStream.Builder |
IntStreams.builder()
Returns a builder for an
IntStream . |
Modifier and Type | Method and Description |
---|---|
static IntStream.Builder |
IntStreams.J8Builder.add(IntStream.Builder this_,
int t)
Adds an element to the stream being built.
|
Copyright © 2015. All rights reserved.