Package com.github.ferstl.streams
-
Class Summary Class Description ParallelDoubleStreamSupport An implementation ofDoubleStream
which uses a customForkJoinPool
for parallel aggregate operations.ParallelIntStreamSupport An implementation ofIntStream
which uses a customForkJoinPool
for parallel aggregate operations.ParallelLongStreamSupport An implementation ofLongStream
which uses a customForkJoinPool
for parallel aggregate operations.ParallelStreamSupport<T> An implementation ofStream
which uses a customForkJoinPool
for parallel aggregate operations.