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