MSGR

coulomb.ops.algebra.refined.all.infra.MSGR
class MSGR[V, P](using alg: MultiplicativeSemigroup[V], vld: Validate[V, P]) extends MultiplicativeSemigroup[Refined[V, P]]

Attributes

Source
all.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class MMR[V, P]
class MGR[V, P]

Members list

Value members

Concrete methods

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

Attributes

Source
all.scala

Inherited methods

Attributes

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

Attributes

Inherited from:
MultiplicativeSemigroup
Source
Multiplicative.scala
def tryProduct(as: IterableOnce[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