NMonoid

trait NMonoid[A] extends Semigroup[A]

A weaker version of Monoid whose unit creates a liability - a signal traveling in the '''N'''egative direction (Need) that eventually needs to be awaited.

Its dual is PComonoid.

trait Semigroup[A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def combine: A |*| A -⚬ A
Inherited from
Semigroup
Inherited from
Semigroup