NComonoid

libretto.CoreLib.NComonoid
trait NComonoid[A] extends Cosemigroup[A] with NAffine[A]

A Comonoid whose counit can be chained before a signal flowing in the '''N'''egative direction (Need), effectively taking on the responsibility to await completion of some computation.

The dual of PMonoid.

Attributes

Graph
Supertypes
trait NAffine[A]
trait Cosemigroup[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

Concrete methods

override def deflate: A -⚬ Need

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Cosemigroup
def split: A -⚬ A |*| A

Attributes

Inherited from:
Cosemigroup