- Type Parameters:
T
- the type of elements on which the operation can be applied
- All Superinterfaces:
- AssociativeOperation<T>, BinaryFunction<T,T>, BinaryOperation<T>, CommutativeOperation<T>
public interface CommutativeAssociativeOperation<T>
extends CommutativeOperation<T>, AssociativeOperation<T>
A binary operation which guarantees both, associativity and commutativity.