CloseableCosemigroup

libretto.puro.PuroLib.CloseableCosemigroup
See theCloseableCosemigroup companion object
trait CloseableCosemigroup[A] extends dsl.Cosemigroup[A], Closeable[A]

A weaker version of Comonoid where the input cannot be discarded completely, but can be reduced to a signal traveling in the positive direction (Done) that eventually needs to be awaited.

The dual of NMonoid.

Attributes

Companion
object
Graph
Supertypes
trait Closeable[A]
trait dsl.Cosemigroup[A]
trait Cosemigroup[dsl.-⚬, dsl.|*|, A]
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

def law_leftCounit: Equal[A dsl.-⚬ (dsl.RTerminus dsl.|*| A)]
def law_rightCounit: Equal[A dsl.-⚬ (A dsl.|*| dsl.RTerminus)]

Inherited methods

override def cat: SemigroupalCategory[Puro.this.-⚬, Puro.this.|*|]

Attributes

Definition Classes
Inherited from:
Cosemigroup
def law_coAssociativity: Equal[A dsl.-⚬ (A dsl.|*| A dsl.|*| A)]

Attributes

Inherited from:
Cosemigroup

Inherited and Abstract methods

def close: A dsl.-⚬ dsl.Done

Attributes

Inherited from:
Closeable
def split: A dsl.-⚬ (A dsl.|*| A)

Attributes

Inherited from:
Cosemigroup