double
stream whose elements are all the elements
of the first stream followed by all the elements of the second stream.int
stream whose elements are all the elements of
the first stream followed by all the elements of the second stream.long
stream whose elements are all the elements of
the first stream followed by all the elements of the second stream.double
stream where each element is
generated by the provided DoubleSupplier
.int
stream where each element is
generated by the provided IntSupplier
.long
stream where each element is
generated by the provided LongSupplier
.Supplier
.double
stream produced by iterative application of a
function f
to an initial element seed
.int
stream produced by iterative application of a
function f
to an initial element seed
.long
stream produced by iterative application of a
function f
to an initial element seed
.f
to an initial element seed
.DoubleStream
which uses a custom ForkJoinPool
for parallel aggregate
operations.IntStream
which uses a custom ForkJoinPool
for parallel aggregate operations.LongStream
which uses a custom ForkJoinPool
for parallel aggregate operations.double
stream from the given Array.double
stream from the given Spliterator.double
stream from the given Spliterator supplier.double
stream from the given Builder
.int
stream from the given Array.int
stream from the given Spliterator.int
stream from the given Spliterator supplier.int
stream from the given Builder
.long
stream from the given Array.long
stream from the given Spliterator.long
stream from the given Spliterator supplier.long
stream from the given Builder
.Builder
.Stream
which uses a custom ForkJoinPool
for parallel aggregate operations.int
stream from startInclusive
(inclusive) to
endExclusive
(exclusive) by an incremental step of 1
.long
stream from startInclusive
(inclusive) to
endExclusive
(exclusive) by an incremental step of 1
.int
stream from startInclusive
(inclusive) to
endInclusive
(inclusive) by an incremental step of 1
.long
stream from startInclusive
(inclusive) to
endInclusive
(inclusive) by an incremental step of 1
.Copyright © 2019. All rights reserved.