| Interface | Description |
|---|---|
| HotStream<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
|
| SequenceM<T> | |
| SequenceMFactory | |
| Unwrapable |
| Class | Description |
|---|---|
| HeadAndTail<T> | |
| Reducers | |
| ReversedIterator<U> | |
| SequenceMFactory.MetaFactory | |
| SeqUtils |