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