Uses of Interface
java.util.stream.IntStream.Builder
Package
Description
Classes to support functional-style operations on streams of elements, such
as map-reduce transformations on collections.
-
Uses of IntStream.Builder in java.util.stream
Modifier and TypeMethodDescriptiondefault IntStream.Builder
IntStream.Builder.add
(int t) Adds an element to the stream being built.static IntStream.Builder
IntStream.builder()
Returns a builder for anIntStream
.