Table of Contents

Method Process

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Process<TSource>(IObservable<Notification<TSource>>)

Dematerializes the explicit notification values of an observable sequence as implicit notifications.

public IObservable<TSource> Process<TSource>(IObservable<Notification<TSource>> source)

Parameters

source IObservable<Notification<TSource>>

An observable sequence containing explicit notification values which have to be turned into implicit notifications.

Returns

IObservable<TSource>

An observable sequence exhibiting the behavior corresponding to the notification values of the source sequence.

Type Parameters

TSource

The type of the elements materialized in the source sequence notification objects.