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.

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.

Companion
object
trait Semigroup[A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def unit: Need -⚬ A

Concrete methods

Inherited methods

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