ZeroGroupFunctions

trait ZeroGroupFunctions[G <: ([T] =>> ZeroGroup[T])] extends ZeroMonoidFunctions[G]
class MonoidFunctions[G]
class SemigroupFunctions[G]
class Object
trait Matchable
class Any

Value members

Concrete methods

def inverse[@specialized(Int, Long, Float, Double) A](a: A)(ev: G[A]): A
def remove[@specialized(Int, Long, Float, Double) A](x: A, y: A)(ev: G[A]): A

Inherited methods

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