CommutativeSemiGroup

trait CommutativeSemiGroup[a: Type] with SemiGroup[a]Source

A trait for types that form a commutative semigroup.

Trait Definitions

def combine(x: a, y: a): a with CommutativeSemiGroup[a] Source

An associative & commutative binary operation on a.