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