Group

object Group extends GroupFunctions[Group]
Companion:
class
class Object
trait Matchable
class Any
Group.type

Value members

Concrete methods

final def apply[A](implicit ev: Group[A]): Group[A]

Access an implicit Group[A].

Access an implicit Group[A].

Inherited methods

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