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.

trait Semigroup[A]
class Object
trait Matchable
class Any

Value members

Methods

def monoid: Monoid[A]
def unit: Done -⚬ A

Inherited methods

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