| Class and Description |
|---|
| AbstractStreamEx
Base class providing common functionality for
StreamEx and EntryStream. |
| DoubleCollector
A
Collector specialized to work with primitive double. |
| DoubleStreamEx
A
DoubleStream implementation with additional functionality |
| DoubleStreamEx.DoubleEmitter
A helper interface to build a new stream by emitting elements and
creating new emitters in a chain.
|
| EntryStream |
| IntCollector
A
Collector specialized to work with primitive int. |
| IntStreamEx
An
IntStream implementation with additional functionality |
| IntStreamEx.IntEmitter
A helper interface to build a new stream by emitting elements and
creating new emitters in a chain.
|
| Joining
An advanced implementation of joining
Collector. |
| LongCollector
A
Collector specialized to work with primitive long. |
| LongStreamEx
A
LongStream implementation with additional functionality |
| LongStreamEx.LongEmitter
A helper interface to build a new stream by emitting elements and
creating new emitters in a chain.
|
| StreamEx
A
Stream implementation with additional functionality. |
| StreamEx.Emitter
A helper interface to build a new stream by emitting elements and
creating new emitters in a chain.
|
Copyright © 2017. All rights reserved.