| Interface | Description |
|---|---|
| CyclopsCollectors | |
| 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
|
| Reducer<T> | |
| Semigroup<T> | |
| Semigroups |
| Class | Description |
|---|---|
| Matchables |
This class contains static methods for Structural Pattern matching
|
| Reducers |