MultiplicativeCommutativeSemigroup

algebra.ring.MultiplicativeCommutativeSemigroup
See theMultiplicativeCommutativeSemigroup companion object

Attributes

Companion:
object
Source:
Multiplicative.scala
Graph
Supertypes
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

Attributes

Definition Classes
Source:
Multiplicative.scala

Inherited methods

def pow(a: A, n: Int): A

Attributes

Inherited from:
MultiplicativeSemigroup
Source:
Multiplicative.scala
def times(x: A, y: A): A

Attributes

Inherited from:
MultiplicativeSemigroup
Source:
Multiplicative.scala

Given a sequence of as, combine them and return the total.

Given a sequence of as, combine them and return the total.

If the sequence is empty, returns None. Otherwise, returns Some(total).

Attributes

Inherited from:
MultiplicativeSemigroup
Source:
Multiplicative.scala