PMonoid

libretto.CoreLib.PMonoid
trait PMonoid[A] extends Semigroup[A]

A Monoid whose unit can be chained after a signal flowing in the '''P'''ositive direction (Done), effectively taking on the responsibility to wait for completion of some computation.

Its dual is NComonoid.

Attributes

Graph
Supertypes
trait Semigroup[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def unit: Done -⚬ A

Concrete methods

def monoid: Monoid[A]

Inherited methods

def combine: A |*| A -⚬ A

Attributes

Inherited from:
Semigroup

Attributes

Inherited from:
Semigroup