CommutativeZeroGroup

Companion
class
class MonoidFunctions[[A] =>> CommutativeZeroGroup[A]]
class SemigroupFunctions[[A] =>> CommutativeZeroGroup[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline

Access an implicit CommutativeZeroGroup[A].

Access an implicit CommutativeZeroGroup[A].

Inherited methods

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