T
- the type of the elements to which this operation can be applied.public interface AssociativeOperation<T> extends BinaryOperation<T>
Let a,b and c being elements of an mathematical structure, 'o' representing the operation. Then the following is valid: (a o b) o c = a o (b o c).
perform