T
- the type of elements of the underlying set.public interface CommutativeSemigroup<T> extends Semigroup<T>
Modifier and Type | Method and Description |
---|---|
CommutativeAssociativeOperation<T> |
operation()
Has to return the binary operation (M x M = M) for this Magma.
|
CommutativeAssociativeOperation<T> operation()
GrouplikeStructure