| AddAll |
The Monoid instance formed under mutative concatenation for an arbitrary Collection.
|
| And |
A Monoid instance formed by Boolean.
|
| Collapse |
A Monoid instance formed by a Tuple2<_1, _2> and monoids over _1 and
_2.
|
| Compose |
A Monoid instance formed by CompletableFuture<A> and a monoid over
A.
|
| Concat |
The Monoid instance formed under concatenation for an arbitrary Iterable.
|
| Endo |
|
| EndoK |
The monoid formed under monadic endomorphism.
|
| First |
|
| Join |
A Monoid instance formed by String that concats two strings together.
|
| Last |
|
| LeftAll |
A Monoid instance formed by Either<L,R> and a monoid over L.
|
| LeftAny |
A Monoid instance formed by Either<L,R> and a monoid over L.
|
| Merge |
|
| MergeHMaps |
|
| MergeHMaps.Φ |
|
| MergeMaps |
A Monoid instance formed by Map.merge(Object, Object, BiFunction) and a semigroup over
V.
|
| Or |
A Monoid instance formed by Boolean.
|
| Present |
A Monoid instance formed by Maybe<A> and a semigroup over A.
|
| PutAll |
A Monoid instance formed by HMap that simply combines all the mappings.
|
| RightAll |
A Monoid instance formed by Either<L,R> and a monoid over R.
|
| RightAny |
A Monoid instance formed by Either<L,R> and a monoid over R.
|
| RunAll |
Run IO operations, aggregating their results in terms of the provided Monoid.
|
| Trivial |
|
| Union |
|
| Xor |
Logical exclusive-or.
|