MSGRE

coulomb.ops.algebra.refined.all$.infra$.MSGRE
class MSGRE[V, P](using alg: MultiplicativeSemigroup[Refined[V, P]]) extends MultiplicativeSemigroup[Either[String, Refined[V, P]]]

Attributes

Source:
all.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class MMRE[V, P]
class MGRE[V, P]

Members list

Concise view

Value members

Concrete methods

def times(x: Either[String, Refined[V, P]], y: Either[String, Refined[V, P]]): Either[String, Refined[V, P]]

Attributes

Source:
all.scala

Inherited methods

def pow(a: Either[String, Refined[V, P]], n: Int): 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