| Interface | Description |
|---|---|
| HotStream<T> | |
| JoolManipulation<T> | |
| JoolWindowing<T> | |
| Monoid<T> |
An interoperability trait for Monoids
Also inteded for use with Java 8 Streams (reduce method)
Practically the method signature to reduce matches the Monoid interface
Monoids could regrarded as immutable equivalents to JDK Collectors for Immutable Reduction
|
| PausableHotStream<T> | |
| SequenceM<T> | |
| SequenceMCollectable<T> | |
| SequenceMFactory | |
| Unwrapable |
| Class | Description |
|---|---|
| HeadAndTail<T> |
A class that represents a lazily constructed Head and Tail from a Stream
|
| Reducers | |
| ReversedIterator<U> | |
| SequenceMFactory.MetaFactory | |
| SequenceMFactoryImpl | |
| SequenceMImpl<T> | |
| SeqUtils |