public static class AsGenericMonoid.WrappedMonoid<A> extends java.lang.Object implements Monoid<A>
| Constructor and Description |
|---|
WrappedMonoid() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiFunction<A,A,A> |
combiner() |
A |
zero()
An element that when provided as a parameter to the combiner with another value, results
in the other value being returned
e.g.
|