CommutativeGroup

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final def apply[A](ev: CommutativeGroup[A]): CommutativeGroup[A]

Access an implicit CommutativeGroup[A].

Access an implicit CommutativeGroup[A].

Inherited methods

def combine[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: CommutativeGroup[A]): A
Inherited from
SemigroupFunctions
def combineAll[@specialized(Int, Long, Float, Double) A](as: IterableOnce[A])(ev: CommutativeGroup[A]): A
Inherited from
MonoidFunctions
def combineAllOption[A](as: IterableOnce[A])(ev: CommutativeGroup[A]): Option[A]
Inherited from
SemigroupFunctions
def combineN[@specialized(Int, Long, Float, Double) A](a: A, n: Int)(ev: CommutativeGroup[A]): A
Inherited from
SemigroupFunctions
def empty[@specialized(Int, Long, Float, Double) A](ev: CommutativeGroup[A]): A
Inherited from
MonoidFunctions
def inverse[@specialized(Int, Long, Float, Double) A](a: A)(ev: CommutativeGroup[A]): A
Inherited from
GroupFunctions
def isCommutative[A](ev: CommutativeGroup[A]): Boolean
Inherited from
SemigroupFunctions
def isEmpty[@specialized(Int, Long, Float, Double) A](a: A)(m: CommutativeGroup[A], ev: Eq[A]): Boolean
Inherited from
MonoidFunctions
def isIdempotent[A](ev: CommutativeGroup[A]): Boolean
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](x: A, oy: Option[A])(ev: CommutativeGroup[A]): A
Inherited from
SemigroupFunctions
def maybeCombine[@specialized(Int, Long, Float, Double) A](ox: Option[A], y: A)(ev: CommutativeGroup[A]): A
Inherited from
SemigroupFunctions
def remove[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: CommutativeGroup[A]): A
Inherited from
GroupFunctions