Module dvcompute::simulation::observable::observer[][src]

Expand description

Defines the observer computation.

Structs

The function application for the Observer computation.

Allows constructing the Observer computation by the specified function.

Allows delaying the Observer computation by the specified function.

The monadic bind for the Observer computation.

The functor for the Observer computation.

Allows creating the Observer computation that returns the outer message.

It represents the boxed Observer computation.

Allows creating the Observer computation from a pure value.

Trace the computation.

The zip of two Observer computations.

Traits

Allows converting to Observer computations.

The computation that receives notifications.

Functions

Construct a new Observer computation by the specified function.

Delay the Observer computation.

Return a new Observer computation that returns the outer message which it should react to.

Return a new Observer computation by the specified pure value.

Trace the computation.