Expand description

The Observable computation that allows notifying about events.

Modules

Defines the disposable computation.

Defines the observer computation.

Additional operations.

Random observable computations.

Defines the observable source.

Structs

Delay the receiving of messages within the Observable computation.

Delay the receiving of messages within the Observable computation.

The empty Observable computation.

The filter for the Observable computation.

The monadic filter for the Observable computation.

The functor for the Observable computation.

The transform for the Observable computation.

The merge of two Observable computations.

Trigger a signal in the integration time points.

Trigger a signal in the start time point.

Trigger a signal in the stop time point.

A source of signal in the integration time points.

A source of signal in the start time point.

A source of signal in the stop time point.

It represents the boxed Observable computation.

Trace the computation.

Traits

Allows converting to Observable computations.

The computation that allows notifying about the events.

Functions

Return an empty observable that emits no messages.

Return a signal that is triggered in the start time point. It should be called in the start time only.

Return a signal that is triggered in the stop time point. It should be called in the start time only.

Return a source of signal that is triggered in the integration time points. It should be called in the start time only.

Return a source of signal that is triggered in the start time point. It should be called in the start time only.

Return a source of signal that is triggered in the stop time point. It should be called in the start time only.

Trace the computation.