Struct dvcompute::simulation::observable::ObservableBox[][src]

pub struct ObservableBox<T> { /* fields omitted */ }
Expand description

It represents the boxed Observable computation.

Trait Implementations

The type of messages to notify in the current modeling time.

Subscribe the observer.

Convert into a boxed value.

Map the current computation using the specified transform.

Map the current computation using the specified transform computation.

Filter the messages.

Filter the messages within computation.

Delay the receiving of messages.

Delay the receiving of messages by intervals calculated within Event computation.

Merge the current computation with another one within the resulting computation.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The target computation.

The type of messages about which the computation notifies.

Convert to the Observable computation.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.