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
trait MultiplicativeSemigroup[Either[String, Refined[V, P]]]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class MMRE[V, P]
class MGRE[V, P]

Members list

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

Attributes

Inherited from:
MultiplicativeSemigroup
Source
Multiplicative.scala
def pow(a: Either[String, Refined[V, P]], n: Int): A

Attributes

Inherited from:
MultiplicativeSemigroup
Source
Multiplicative.scala
def tryProduct(as: IterableOnce[Either[String, Refined[V, P]]]): Option[A]

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