All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractStreamEx<T,S extends AbstractStreamEx<T,S>> Base class providing common functionality forStreamEx
andEntryStream
.DoubleCollector<A,R> ACollector
specialized to work with primitivedouble
.DoubleStreamEx ADoubleStream
implementation with additional functionalityDoubleStreamEx.DoubleEmitter A helper interface to build a new stream by emitting elements and creating new emitters in a chain.EntryStream<K,V> IntCollector<A,R> ACollector
specialized to work with primitiveint
.IntStreamEx AnIntStream
implementation with additional functionalityIntStreamEx.IntEmitter A helper interface to build a new stream by emitting elements and creating new emitters in a chain.Joining An advanced implementation of joiningCollector
.LongCollector<A,R> ACollector
specialized to work with primitivelong
.LongStreamEx ALongStream
implementation with additional functionalityLongStreamEx.LongEmitter A helper interface to build a new stream by emitting elements and creating new emitters in a chain.MoreCollectors Implementations of several collectors in addition to ones available in JDK.StreamEx<T> AStream
implementation with additional functionality.StreamEx.Emitter<T> A helper interface to build a new stream by emitting elements and creating new emitters in a chain.